dropdown - How to implement down and up arrow key in jQuery ddslick? -


i searching dropdown image , came across interesting dropdown called jquery ddslick.

i implemented dropdown in project. when click down or key in dropdown, not move next or previous option of dropdown.

can 1 please me in this? can extend functionality of ddslick? following link ddslick, using first dropdown.

http://designwithpc.com/plugins/ddslick

following data adding in dropdown:

var dddata = [     {         text: "facebook",         value: 1,         selected: false,         description: "description facebook",         imagesrc: "http://i.imgur.com/xkutj3b.png"     },     {         text: "twitter",         value: 2,         selected: false,         description: "description twitter",         imagesrc: "http://i.imgur.com/8sclnnk.png"     },     {         text: "linkedin",         value: 3,         selected: true,         description: "description linkedin",         imagesrc: "http://i.imgur.com/adndibj.png"     },     {         text: "foursquare",         value: 4,         selected: false,         description: "description foursquare",         imagesrc: "http://i.imgur.com/kfak2dx.png"     } ]; 

i have strong feeling should have tabindex field in data.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -