Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
$('#submit').click(runQuery); | $('#submit').click(runQuery); | ||
$('.navTool').click(nav); | $('.navTool').click(nav); | ||
$('.pillResult').hover(function(){ | |||
$(this).children("a:first").children("img:first").css("border-radius","0%"); | |||
}, function(){ | |||
$(this).children("a:first").children("img:first").css("border-radius","50%"); | |||
}); | |||
$("#slider").slider({ | $("#slider").slider({ | ||
min: 0, | min: 0, | ||
Line 213: | Line 218: | ||
}); | }); | ||
$('#resultsTable-container').css("visibility", "visible"); | $('#resultsTable-container').css("visibility", "visible"); | ||
}; | }; | ||