jquery time delay

Posted by msaif on Stack Overflow See other posts from Stack Overflow or by msaif
Published on 2010-04-27T03:20:31Z Indexed on 2010/04/27 3:23 UTC
Read the original article Hit count: 457

Filed under:
|
|

i used this

script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"

script

$(document).ready(function() {

$( "#navigation" ).accordion( "option", "active", -1 );

});

script

i am developing accordin but i need to set time for accordin. how can i set time for opeing and closing in according?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about time