Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Uncaught Type Reference with jquery 1.10

$
0
0
Ok, I got it working.  Pretty ugly with a brute force conversion of the returned Object to an Array with:

  1.           var apparr = new Array();
  2.           for (i = 0; i < apps.length; i++) {
  3.             apparr.push(apps[i]);
  4.           }

But this allows me to sort the resulting Array.

Thanks for all your help with this.

Viewing all articles
Browse latest Browse all 3491

Trending Articles