26th May, 20:31
HI Everyone,
I am new to Jquery,I need help in setting delay only for one icon of 5 icon on my page.
I tried
var elems = $('li');
hide: {
target: elems, delay: 5000
},
Didnt work,Can any one help me out with this.
Thanks in advance.
I am new to Jquery,I need help in setting delay only for one icon of 5 icon on my page.
I tried
var elems = $('li');
hide: {
target: elems, delay: 5000
},
Didnt work,Can any one help me out with this.
Thanks in advance.