HY,
我想将事件绑定到
< INPUT type=checkbox value='true' name='selectedRows[]' id='sel_id_" + i + "'class='editor-checkbox selected_rows' hideFocus />
但我找不到一个好的jquery选择器。如果我发出onclick事件,我只能调用不在$(function() { });
块中的函数,在这种情况下我不能使用某些核心函数。
谢谢!
答案 0 :(得分:1)
我在https://github.com/mleibman/SlickGrid/blob/master/examples/example-checkbox-row-select.html
添加了一个示例实现这是2.0版本的一部分。