[jQuery] Re: validate - submit with href - quickie

2009-06-29 Thread Amos Robinson
You're not wrapping your domready in a function. With your example $(document).ready( $("#submitregister").click( ... ); ); The .click call is being evaluated straight away and passed to document.ready. You want to wrap it in a function so document.ready will cal

[jQuery] Re: validate - submit with href - quickie

2009-06-29 Thread CliffordSean
anyone please ? CliffordSean wrote: > > 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-