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").mouseover(function() {
         $("div.answer").hover(function() {
             $(this).css('border','5px solid black')
             $(this).css('border','5px solid black')
        }).mouseout(function(){
            $(this).css('border','')
         });
         });
var short = value.printouts;
var short = value.printouts;

Revision as of 15:38, 30 October 2012