Skip to content

Instantly share code, notes, and snippets.

@jookyboi
Created October 11, 2013 19:28
Show Gist options
  • Save jookyboi/6940631 to your computer and use it in GitHub Desktop.
Save jookyboi/6940631 to your computer and use it in GitHub Desktop.
DDSlick for fancy dropdowns. From http://designwithpc.com/Plugins/ddSlick#demo
$('#demoBasic').ddslick({
data: ddData,
width: 300,
imagePosition: "left",
selectText: "Select your favorite social network",
onSelected: function (data) {
console.log(data);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment