2 Topics

Member Avatar for
Member Avatar for feoperro

Hey there, Anyone know how to use an "onSuccess" method or something similar for "rules" in JQuery validation? [CODE] rules: { username: { required: true, minlength: 3 } } [/CODE] Not quite sure where it would fit or how it would work here - any help would be appreciated. 1000 …

Member Avatar for stewpot60
0
137
Member Avatar for ppetree

I've started with the samples included with prototype.js which has the following code in the fillin example (a portion of which I want to isolate into its own function). The original code looks like this ([COLOR="red"]red[/COLOR] is what I want to isolate):[CODE] function dofill( ) { new Ajax.Updater( 'result', 'getdata.php', …

0
77

The End.