Widget:WJG Random Sandbox: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 566: Line 566:
// and call `resolve` on the deferred object, once you're done  
// and call `resolve` on the deferred object, once you're done  
r.resolve();
r.resolve();
$("tr.odd").click(function(){
                $(this).next("tr").toggle();
                $(this).find(".arrow").toggleClass("up");
        });
}, 2500);
}, 2500);
  return r  
  return r  

Revision as of 01:23, 17 August 2014