29 Aug 2011
jQuery delay function/method
More information and examples of the jQuery delay() function/method. Here is a quick example:
jQuery('#mydiv').attr('value', "Button Text").delay(1500).queue(function() {
alert('button text was changed');
});
-
http://sktive.spruz.com/ Outsourcing software development
-
http://josephcaban.wordpress.com/ Custom Software Development Company

