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-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-tp24235567s27240p24249403.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to