$(".class").show();

$(".class").hide();

nmiddleweek wrote:
Hello,

Is there a shorthand way of setting the visiblity to hidden and
display to none?

and a shortcut for the other way round?  perhaps .show() that includes
the display:inline;


Cheers,
Nick




On Nov 6, 9:19 pm, jquertil <[EMAIL PROTECTED]> wrote:
aslo, $('#tag_cWeb_TSW_Day*').css('visibility', 'hidden')

that can just be
$('#tag_cWeb_TSW_Day*').hide()

Reply via email to