Tag Archives: snippet

Javascript sort Object by value

You sometimes need to use Javascript’s Object() as an associative array to store more data? But than you lose that array.sort() function.. If you know what I mean, than here’s the solution. A small function to sort a Javascript Object() … Continue reading

Posted in A chunk of code | Tagged , , | 2 Comments

Parsing data behind hash with Javascript

A small snippet of code I wrote a few minutes ago. I tried to find a function that would parse the URI so I can load the appropriate content via AJAX.. and well, after a few Google searches I found … Continue reading

Posted in A chunk of code | Tagged , , , | 2 Comments