This commit is contained in:
guobao.jiang 2016-06-06 19:42:29 +08:00
parent 7d9474adea
commit 0bfb584232
1 changed files with 1 additions and 0 deletions

View File

@ -136,3 +136,4 @@ $( "#businessGroup option:selected");
var appName = $(form).find('input#appName').val(); // id为appName的
var groupName = $(form).find('select#businessGroup option:selected').text();
$('#appListTable').find('tr[data-id="13"]'); // find attribute equals value
$('#select-beast').parent().find('.selectize-control').css('background', 'red');