Hello,
I have been using $.each of the jQuery framework to iterate through a JSON string that I receive via an AJAX call. Now this string is sometimes quite huge and as a result IE6/7/8 crawl as a result.
I am wondering if there is a faster way to iterate through the entire data.
Thank you for your time.