[jQuery] Re: Something changed from 1.2.2 to 1.3.2 with hashes

2009-05-20 Thread Max
Thanks - that worked perfectly. Max On May 20, 3:39 pm, John Resig wrote: > Well, in 1.3.2 it now throws an exception, since the CSS selector "#" is > invalid. If you wish to use that precise technique I'd wrap a try/catch > around the jQuery statement to catch the error. > > --John > > On Wed,

[jQuery] Re: Something changed from 1.2.2 to 1.3.2 with hashes

2009-05-20 Thread John Resig
Well, in 1.3.2 it now throws an exception, since the CSS selector "#" is invalid. If you wish to use that precise technique I'd wrap a try/catch around the jQuery statement to catch the error. --John On Wed, May 20, 2009 at 8:22 AM, madmax019 wrote: > > Hi everyone, > > I have the following pro