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 15: | Line 15: | ||
$("div.answer").mouseover(function() { | $("div.answer").mouseover(function() { | ||
$(this).css('border','5px solid black') | $(this).css('border','5px solid black') | ||
}).mouseout(function(){ | |||
$(this).css('border','') | |||
}); | }); | ||