Sunday, June 28, 2009

[jQuery] validate - submit with href - quickie

hi zorn/everyone

im trying to get the plugin working so i can submit from a link (using meta
plugin) ut it dont seem to be working

$(document).ready(
$("#submitregister").click(
function() {
$("#com-createForm").validate({ meta: "rules" } );
}
);
);

fyi this works from a submit button :

$(document).ready(
function(){
$("#com-createForm").validate({ meta: "rules" } );
}

);


any ideas please ???

thanks
--
View this message in context: http://www.nabble.com/validate---submit-with-href---quickie-tp24235567s27240p24235567.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

No comments: