jQuery

3 of the best Javascript Searchable Select Boxes compared – Select2 vs Chosen vs Selectize.js performance

When having large amounts of jQuery/javascript select boxes that need to be searchable it is wise looking at the performance of them. I compared the following select replacement boxes: Select2, Chosen, Selectize.js, Bselect. Default Safari browser select box: initializing about 0.5s. Setup Having a backend page that has about 1000 select boxes that need to be […]

3 of the best Javascript Searchable Select Boxes compared – Select2 vs Chosen vs Selectize.js performance Read More »

jQuery Address and History Forms – Remembering form choices in hash / browserstate (updated version)

For jQuery hash support I like the jQuery Address plugin: http://www.asual.com/jquery/address/ . Especially, if you want to make a form or product filter, you can use this variant: http://www.asual.com/jquery/address/samples/form/ . Though, it doesn’t support checkboxes in the form of arrays like check[]=1&check[]=2 , etc. I updated the plugin with some other libraries and code and

jQuery Address and History Forms – Remembering form choices in hash / browserstate (updated version) Read More »

en_USEnglish
Scroll to Top