我有以下代码,其中选择小部件下拉列表我必须选择标签,但它的值已被选中....任何围绕plz..in firebug的工作我正确地传递它可能是选择函数调用会导致一些错误.....
_autoSelect: function (e, ui) {
ui.item.label.selected = true;
//Fires select event for entire widget
this._trigger("select", e, {
item: ui.item.label
});
}
答案 0 :(得分:0)
:
$('.yourClass').attr('checked')) {
// your code to fire
}
关于事件处理,你应该在单击类时检查它是否被检查然后激活你的代码来构建一个函数