cowboy/jquery-dotimeout

Feature: call jQuery method/plugin

Closed this issue · 1 comments

I'd like to propose a new signature for the doTimeout.

// call $('div').hide() after 2 seconds
$('div').show().doTimeout(2000, 'hide');

Awesome idea! This is implemented in v1.0
http://github.com/cowboy/jquery-dotimeout/tree/v1.0