↧
Maintain a CSV with Javascript – keep a hidden list
The situation: Want to build a comma separated list of int’s (or whatever) client-side, in javascript, remove/add items on the fly using JS. Well these tiny functions below are what I use, useful when...
View ArticleFix/Hack to make AutoSuggest JQuery Plugin work
When I came across Drew Wilson’s flashy JQuery Autosuggest plugin I happily downloaded the code and started using it within a recent project, but as I used it more and more I kept hitting a bug – don’t...
View Article