Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

dnakhla/jQuery-Select-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-Select-Plugin

JQuery Select Fixer Plugin: http://ch.danielnakhla.com/

jQuery plugin a cross-browser/cross-device HTML drop-down menu

usage

$(select_tag).selectFixer();

example

            $(document).ready(function() {
                $('.select-fix').selectFixer();
                // use with ajax info
                $('.select-fix-json').selectFixer({
                    populateWithJSON : {
                        url : 'http://query.yahooapis.com/v1/public/yql?q=select%20name%20from%20geo.continents&format=json&callback=',
                        drilldown : 'query.results.place',
                        arrayelementSelected : 0,
                        htmltext : 'name',
                        valuetext : 'name'
                    }
                });
            });

About

JQuery Plugin for <select> Tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors