Tags
Twitter
- fala lijepa @nikolaplejic @MatejaSelene @allixsenos @GoranAPP :) false 2011/05/10
TwitPic
Tag Archives: javascript
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
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