摘要:
$('#resourceTree').tree({ method : 'post', animate : true, onContextMenu : function(e, node) { e.preventDefault(); $(this).tree('select', node.target) 阅读全文
摘要:
解决办法:去除wall这个filter 阅读全文
摘要:
var selectedUsers = $('#users').tagbox('getValues'); if (selectedUsers.length > 0) { $.post(appPath + "/role/users/add/", { 'systemID' : $('#systemID' 阅读全文
摘要:
$('#resourceTabs').tabs('unselect', 0);$('#resourceTabs').tabs('select', 0); 阅读全文