FYI: It was the validate/validation plugin that was breaking my example. When i commented out the include everything worked as expected. I needed to upgraded to the newer version of the validation plugin and everything is back to normal!
Too many version dependencies, bah! It's too bad there isn't svn setup (that i know of) which tags all plugins with jQuery core so the versions could be resolved a bit easier. -phil On Nov 17, 9:17 am, phil <pkra...@gmail.com> wrote: > Yes thats true. > > I just tested the exact code I have on jsbin and it worked > fine.http://jsbin.com/uhane source:http://jsbin.com/uhane/edit > I wonder if there is a difference in the included JQuery library on > jsbin and what jQuery currently has on their web site. > > I will try to replace my local copy of jQuery and see if that resolves > this issue. > > thanks. > > On Nov 17, 4:53 am, "Richard D. Worth" <rdwo...@gmail.com> wrote: > > > Works for me: > > >http://jsbin.com/izoco > > > source:http://jsbin.com/izoco/edit > > > - Richard > > > On Tue, Nov 17, 2009 at 4:01 AM, phil <pkra...@gmail.com> wrote: > > > I just recently attempted to upgrade from jQuery 1.2.6 to jQuery 1.3.2 > > > and it broke several web pages where my selectors are escaping special > > > characters - the period. > > > > Here is a quick example: > > > > <input type="text" name="first.name" id="first.name"/> > > > > The selector $("#first\\.name") works in jQuery 1.2.6, but is broken > > > in jQuery 1.3.2. > > > > Is this intentional or a is it a bug? > > > I would be grateful if there is a workaround!