Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery Help Re: jQuery Help

#59717

You have some strange html entities in your post which I’m not sure if they are there in your source but they shouldn’t be that’s for sure.

On the line that begins:

Code:
if (iCount > iStart && iCount …

change && to &&

And change the line that begins:

Code:
$.getJSON(…

to