JqueryJquery plugins   PortFolioSenamion's PortFolio HomeHome page corner A jquery blog

Senamion.com


Senamion:

Categorie:

Calendar

agosto: 2009
L M M G V S D
    set »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

jListbox: jquery plugin for formatted select box

8 agosto 2009 by Giovanni

jListbox is a jquery plugin to obtain a formatted select box.

This is the screenshot:

screenshot

Tested on:

  • internet explorer 7
  • internet explorer 6
  • firefox > 3
  • google chrome

In Jquery | 5 Comments »

5 Comments a “jListbox: jquery plugin for formatted select box”

  1. Giovanni scrive:

    New release compatible with internet explorer 6!

  2. Elman Vebs scrive:

    Very useful script! Thank you very much!
    But I want to open links in select box in a new window, how I can do that?
    Like in http://www.javascriptkit.com/jsref/select.shtml

  3. Giovanni scrive:

    I have developed a new version, now you can use che onChange event on the select, see the demo page!

  4. Elman Vebs scrive:

    Sorry, but there is nothing about new window…
    Please help, very important!

  5. Giovanni scrive:

    You can add in the select the onchange event with new location:

    <SELECT ONCHANGE="location=this.options[this.selectedIndex].value;">
    

Write a comment