[jQuery] Re: $(form).serialize() does not include submit button data

2010-01-04 Thread coopster
Exactly. jQuery doesn't know which was clicked by the time it gets around to the serialize method. jQuery knows all the form input types, but which submit button was clicked? Which input type image was clicked? It is because of lines 3296 and 3297 of the serialize function in jQuery. Here are

[jQuery] Re: Image Thumbnail Rollover

2009-11-18 Thread coopster
Don't know where a tutorial might be, perhaps on the jQuery Docs pages. However, if that is the effect you like, why not review the code on the lbc site? < script type="text/javascript" src="/lbclon/js/master.js? v=27082008" >< /script >