Re: [jQuery] click(function{ problem with Firefox

2009-12-24 Thread Leonardo K
The firefox doesn`t allow you to have a div inside a label. Checkout the firebug and see how the firefox close de label tag before your div. So your label will be empty. On Thu, Dec 24, 2009 at 14:12, turnavies wrote: > Hi, > > I'm working on a login system in CodeIgniter, where you select your >

[jQuery] click(function{ problem with Firefox

2009-12-24 Thread turnavies
Hi, I'm working on a login system in CodeIgniter, where you select your avatar and enter your password to login. I've accomplished this by attaching labels containing the avatar to hidden radio buttons. If you click on one of the avatars, the following jQuery script, that I call on document.ready