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 122: | Line 122: | ||
$("div.answer").hover(function() { | $("div.answer").hover(function() { | ||
$(this).css('border','5px solid black') | $(this).css('border','5px solid black') | ||
}); | }, | ||
function () { | |||
$(this).css('border','0px solid black'); | |||
} | |||
); | |||
var short = value.printouts; | var short = value.printouts; | ||
var Q = document.getElementById('question'); | var Q = document.getElementById('question'); |