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

Senamion.com


Senamion:

Categorie:

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 | 8 Comments »

8 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;">
    
  6. Saanvi scrive:

    i’m trying to make jListbox work with jquery 1.3.2
    it is not working.
    i get an error on line 19 of jquery-1.3.2.min.js as
    ‘this[...].style’ is null or not an object.how to make this work?
    thanks

  7. Saanvi scrive:

    got the plugin work with 1.3.2 after removing bgi-frame.js
    Thanks for the plugin!

  8. Giovanni scrive:

    @Saanvi: thanks for the information

Write a comment