Created
July 3, 2011 22:44
-
-
Save JamieLottering/1062688 to your computer and use it in GitHub Desktop.
DropKick Examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript" charset="utf-8"> | |
| $(function () { | |
| $('.default').dropkick(); | |
| }); | |
| </script> |
Hi,
Thanks for the wonderful work, I have came across a issue when using this plug-in. When I append many list item such that it cross the max-height defined, the scroll bar appears but unable to scroll using the touch-pad of my laptop, I could only scroll through my mouse.
Please help me out in fixing this issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
How can I use an AJAX cascade dropdown data?
I work with a PHP file and I get the result in JSON format, but when I use this plugin I can't see the data into de dropdown.
Can you help me?
Thanks