Dustin Diaz submits his list of Top 10 custom JavaScript functions of all time. I have to agree with his list. I have collected and created similar ones of my own this year and use them everyday in my web development. In an update to the original post Diaz is now offering a podcast covering the content of this article in audio form, and it he covers every single function of the print article. Head over and test your knowledge of the following JavaScript functions, especially if you’d like to find out how well lots of code snippets translate to a podcast!
- getCookie()
- setCookie()
- deleteCookie()
- inArray()
- insertAfter()
- toggle()
- cssQuery()
- getElementsByClass()
- addLoadEvent()
- addEvent()

