﻿$(document).ready(function() {

     $(".submitBtn").setupAjax();

});

$.fn.setupAjax = function() {
    
    $(this).click(function() {

    });

}