it switches between display:block and none.
nmiddleweek wrote:
ah, ok, that's what I had but didn't think it was doing the
display:inline/none bit?... will try again.
Thanks,
Nick
On Nov 7, 3:29 pm, Liam Potter <[EMAIL PROTECTED]> wrote:
$(".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()