$('#myid').prop('hidden', true); $('#myid').hide();
$('#myid').prop('hidden', false); $('#myid').show();
No comments:
Post a Comment