Skip to content

dev-orisma/ddown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDown

DDown is plugin javascript for create drop down list from HTML.

##Instructions

1.Load the jQuery core on your page. Something like

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>

jQuery must appear BEFORE DDown in your HTML document.

2.Load the DDown plugin.

<script type="text/javascript"   src="js/ddown.js"></script> 

3.Call DDown on your .dropdown-list div, You can identify by id (#normal).

$("#normal .dropdown-list").DDown({
        afterSelectList: function(elm,list,firstInit){
            var dataVal = list.data("val"); 
        }
    });

##Changelog

  • Add function search data by text on event keypress (ddown.js line 95).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published