[jQuery] Re: jQuery Validate and Dialog Confirm. submit() not working.

2009-12-05 Thread spud
ith jQuery, $("form").submit() and form.submit() don't always behave identically is a bit confusing... spud.

[jQuery] Re: Selecting disparate elements in unobtrusive javascript without parameters?

2008-12-26 Thread spud
cript will re-create that information by parsing information from the link (whether in the hash or the ID) later on. It seems like extra work, but it does make things more flexible. spud. On Dec 26, 6:45 pm, Klaus Hartl wrote: > You said you don't want to litter your code with bogus classes, but - &

[jQuery] Selecting disparate elements in unobtrusive javascript without parameters?

2008-12-26 Thread spud
This question is partially about unobtrusive javascript in general, but with specific reference to jQuery syntax. I am a long-time javascript programmer, but a total jQuery noob. I am attempting to use jQuery to replace onclick handlers that were previously generated inline as part of a CMS. Most