what is the problem of this loop?
for(i=0; i<18; i++)
{
$("'#various'+i+1").fancybox({
Something
});
}
it is supposed to be various1, various2, etc
thanks
|
what is the problem of this loop?
it is supposed to be various1, various2, etc thanks |
|||
|
|
|
The
|
|||
|
|
|
Problem is bad syntax in your string concatenation.
|
|||
|
|
|
||||
|
|