Posts Tagged ‘selectbox’

New release of jQuery selectbox replacement

February 10th, 2008 by Sadri Sahraoui 79

I’ve just released a new version of Selectbox replacement plugin which fix the highlight issue and added escape keyboard binding. A new css class has been created for the selected element – previously I was using the hoverClass – so now we have 2 options hoverClass and selectedClass.
Example
You can view a working example here
Download
Download

SelectBox replacement : Version 0.4 released

December 12th, 2007 by Sadri Sahraoui 9

A quick note to let you know that I’ve released a new version of the jquery selectbox replacement plugin, this is mainly a bug fix release. I would like to thank ‘pawel maziarz’ for his contribution.
I’ve received a request to make a license modification and I did :) , so now the plugin is licensed [...]

Select Box replacement

July 23rd, 2007 by Sadri Sahraoui 44

This is an unobtrusive jQuery plugin that allows you to replace the HTML select box with a styled dropdown menu.
Why ?
As most of us, I hate IE6 but I have to deal with it. At work, our users use exclusively IE6 so you can imagine the nightmare! I came across the IE bug [...]