我得到的TypeError : undefined is not a function在Chrome和一个漂亮的堆栈跟踪如下。
"TypeError: undefined is not a function
at HTMLBodyElement.jQuery.event.dispatch (https://localhost/js/lib/jquery/jquery-1.10.2.min.js:5098:9)
at HTMLBodyElement.jQuery.event.add.elemData.handle (https://localhost/js/lib/jquery/jque
//activate selected row in table
jQuery('.activatebutton').click(function(){
var tb = jQuery(this).attr('title');
//initialize to false as no selected row
var sel = false;
//get each checkbox in a table
var ch = jQuery('#'+tb).find('tbody input[type=checkbox]