• Resolved dhin

    (@dhin)


    jQuery Form Plugin but I dont know where I can find this? Help

    /*!
    * jQuery Form Plugin
    * version: 2.72 (28-APR-2011)
    * @requires jQuery v1.3.2 or later
    *
    * Examples and documentation at: http://malsup.com/jquery/form/
    * Dual licensed under the MIT and GPL licenses:
    * http://www.opensource.org/licenses/mit-license.php
    * http://www.gnu.org/licenses/gpl.html
    */
    ;(function($) {

    /*
    Usage Note:
    ———–
    Do not use both ajaxSubmit and ajaxForm on the same form. These
    functions are intended to be exclusive. Use ajaxSubmit if you want
    to bind your own submit handler to the form. For example,

    $(document).ready(function() {
    $(‘#myForm’).bind(‘submit’, function(e) {
    e.preventDefault(); // <– important
    $(this).ajaxSubmit({
    target: ‘#output’
    });
    });
    });

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘my site not appear…help’ is closed to new replies.