Widget:SandboxNew: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 120: | Line 120: | ||
hideButtons(); | hideButtons(); | ||
$.each(data.query.results, function(index, value){ | $.each(data.query.results, function(index, value){ | ||
$("div.answer"). | $("div.answer").hover(function() { | ||
$(this).css('border','5px solid black') | $(this).css('border','5px solid black') | ||
}); | }); | ||
var short = value.printouts; | var short = value.printouts; |