[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread agent2026
Damn you guys are fast. I deleted the post almost immediately - server problems :)

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread Ariel Jakobovits
also make sure your '$' namespaces are not getting messed up. take out other javascript libraries you might have just to test. - Original Message From: Alexandre Plennevaux <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Tuesday, April 24, 2007 4:57:46 AM Subj

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread Alexandre Plennevaux
This should work !! $('#language').hide(); If your html is : ... -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of agent2026 Sent: mardi 24 avril 2007 11:03 To: jQuery (English) Subject: [jQuery] $('#div').hide(); - ? Some time off from

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread David Heggie
agent2026 wrote: Some time off from jQuery, and it seems I'm just broken. Why can't I get this hide() to work? Would that be because you've not closed the double-quotes in the