Hi,
I'm using:
- jQuery validation plug-in 1.6 *
- http://bassistance.de/jquery-plugins/jquery-plugin-validation/
with the latest version of jQuery.
I'm also using Jeditable 1.7.1
When I "inline edit" an item and press OK or Cancel or even when typing in the text field or when clicking outside of the edit inline element, it gives me a very non-informative JS-error: "b is undefined" and it points towards the jquery validation file
b is undefined delegate()jquery.v...ck.1.6.js (line 15) anonymous()jquery.v...ck.1.6.js (line 15) anonymous(Object originalEvent=Event keyup type=keyup)jquery.min.js (line 19) anonymous()
any ideas on how I can find what's wrong here?
jEditable seems to work just fine on another page where I'm not using the validation plugin