can jquery do this ???
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-03-13T06:49:28Z
Indexed on
2010/03/13
6:55 UTC
Read the original article
Hit count: 239
jQuery
|JavaScript
$.each(3,function(i){
alert(i)
})
alert 0,1,2
how to do this using jquery?
thanks
© Stack Overflow or respective owner