javascript - Passing any argument to jQuery validate success option -


Valid for jQuery is a successful choice, which allows you to operate on entering the user's form data. This generally takes the argument of "label", which is a dynamically inserted tag to display success labels (like a checkmark).

I can not take away the brothers of "label" for some reason and if it does not appear in the firebug then I am thinking how can I pass it another parameter? For example "element" is an jQuery object of the input element.

I want to do something like this, but when I warn the element, then it says "undefined" ... and where jQuery is valid, the element is used.

success: function {errorspotholder = element.parents ('. Rightfield'). (Find 'Rederrorx'); Element.removeClass ('rederrorx') addClass ('norederrorx') qtip ('deleted') .. },

From the error placement to the global variable as the jQuery Object Element is passing to me.

View the post on the answer:


Comments