Javascript 如何将jquery与Jtable';s自定义输入和显示()?

Javascript 如何将jquery与Jtable';s自定义输入和显示()?,javascript,jquery,jquery-jtable,Javascript,Jquery,Jquery Jtable,显示() 但我仍然需要jquery 我认为您需要使用事件如下: $(document).on("click", "#tow", function(){ //do something here }); $(document).on("click", "#empid", function(){ //do something here }); empid:{ input: function (data) { if (data.record) { return '<input ty

显示()


但我仍然需要jquery

我认为您需要使用
事件
如下:

$(document).on("click", "#tow", function(){
   //do something here
});

$(document).on("click", "#empid", function(){
   //do something here
});
empid:{
input: function (data) {
if (data.record) {
return '<input type="text" id="empid"/>';    }}
onclick="myfunc(this)"
$(document).on("click", "#tow", function(){
   //do something here
});

$(document).on("click", "#empid", function(){
   //do something here
});