1 line
444 B
JavaScript
1 line
444 B
JavaScript
(function(a){a(function(){a(".active-payments-main").delegate("td","mouseover mouseleave",function(b){if(b.type=="mouseover"){a(this).parent().addClass("hover");a("colgroup").eq(a(this).index()).addClass("hover")}else{a(this).parent().removeClass("hover");a("colgroup").eq(a(this).index()).removeClass("hover")}})})})(jQuery);jQuery(document).ready(function(){jQuery("input[to_number=1]").each(function(){jQuery(this).attr("type","number")})}); |