How to submit form using Jquery


Here you will find a  free php scripts, php resources, php tutorials, web resources , jquery

<?php print "welcome to source world-php jquery script"; ?>

WHAT IS JQUERY?

JQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.jQuery is designed to change the way that you write JavaScript.

If you want to do some kind of Submit Form you can done using Jquery .submit().
 
example Jquery Submit Form

<script language="javascript" type="text/javascript">
     var $rn = jQuery.noConflict(); //Jquery no conflict 
     $rn('#btnsubmit').click(function()  {  
      alert('Submit form using Jquery')   
      $rn('#submitFrom').submit();

});

   </script>  
 
   
Download full example


Download

Buy Me a Beer-If you are like this post

 If you does not have paypal account create free account create account

No comments:

Post a Comment