Feature: call jQuery method/plugin
Closed this issue · 1 comments
brandonaaron commented
I'd like to propose a new signature for the doTimeout.
// call $('div').hide() after 2 seconds
$('div').show().doTimeout(2000, 'hide');
cowboy commented
Awesome idea! This is implemented in v1.0
http://github.com/cowboy/jquery-dotimeout/tree/v1.0