Enhancement for 'ajax' form class: submit buttons behave more like normal submissions, submitting their name/values through a hidden field.

This should work well for simple cases, but could conceivably create false positives if there's a click handler on the specific buttons, depending on whether event processing passes it on. Double-check if you're doing such forms along with the 'ajax' class!
This commit is contained in:
Brion Vibber
2011-03-23 15:21:31 -07:00
parent 265f9af6f7
commit 2707a481e4
2 changed files with 13 additions and 1 deletions

2
js/util.min.js vendored

File diff suppressed because one or more lines are too long