Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
} | } | ||
})(); | })(); | ||
$("#firstHeading").remove(); | |||
$('#submit').click(runQuery); | $('#submit').click(runQuery); | ||
$('.navTool').click(nav); | $('.navTool').click(nav); | ||
Line 207: | Line 208: | ||
'</div>'; | '</div>'; | ||
//Add Values to the cells: | //Add Values to the cells: | ||
$("#resultsTable-container").append(pillContainer); | $("#resultsTable-container").append(pillContainer); |