[jQuery] Re: Multiple Events

2008-10-29 Thread Tallu
Thanks!! On Oct 29, 7:59 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > $("button#hide-btn") selects nothing, it's an input element not a > button. There is a ':button' pseudo-selector in jQuery, but if you are > selecting by ID the tag name is unncessary and may even be slower. > > $('#hide-btn')

[jQuery] Re: Multiple Events

2008-10-29 Thread ricardobeat
$("button#hide-btn") selects nothing, it's an input element not a button. There is a ':button' pseudo-selector in jQuery, but if you are selecting by ID the tag name is unncessary and may even be slower. $('#hide-btn'), $('#FormID'), $('#display-div') - ricardo On Oct 29, 10:19 am, Tallu <[EMAI