<script> $(document).ready(function() { //绑定click $(".exchange_ecv").bind("click", function() { var p=$(this).attr("name"); var types=$(this).attr("type"); var tid=$(this).next().attr("id"); if(types…
//解决ajax提交前的验证问题,主要用于onclick事件时对某一区域中(可以是form,div,table中的等)控件的验证.(function ($) { var v; //Create a new Validator instance for jQuery v = $.FdyValidator = new FdyValidator(); //extend all jQuery instance and so that all jQuery instance could execute v…