[jQuery] Re: Problem with Chrome firing events correctly

2009-02-03 Thread Caleb Morse
ested your code with a more or less meaningful dummy implementation > >> of LiveSaver and element and it works for me in: FF3, Chrome1, Opera9, > >> IE8 > >> > >> I guess the problem is either in LiveSaver.add() or LiveSaver.save(). > >> > >&g

[jQuery] Problem with Chrome firing events correctly

2009-02-03 Thread Caleb Morse
I am having trouble getting this piece of code to work correctly in Chrome. It works just fine in in IE7, IE8, and FF. Watching the Chrome javascript console doesn't reveal anything useful. I manually checked each value in the if statements, and they are all coming back true. The textbox is not c

[jQuery] Re: jquery validation

2008-12-15 Thread Caleb Morse
The validator plugin needs a unique name attribute for every field. Otherwise it will only validate the first occurrence of the name. So you would need something like: And so on. -- Caleb On Sun, Dec 14, 2008 at 21:02, Adwin Wijaya wrote: > > I am using jquery validation from bassistanc