Questions tagged [jquery-dropkick]

Dropkick is a jQuery plugin for creating drop-down menus.

Dropkick is a jQuery plugin for creating drop-down menus, with a additional functionality and styleability than a standard HTML <select> list.

Dropkick works in all modern browsers, as far back as IE7.

However in the event of an unsupported browser or Javascript being disabled, it gracefully degrades to a standard <select>.

Dropkick homepage: http://jamielottering.github.com/DropKick/

37 questions
9
votes
6 answers

How to reload jquery dropkick object

Im using a simple select list and the jquery.dropkick library to make it beautiful. Now i want to change that dropkick content after the corresponding select element has been changed (a new option came in). But just calling $('#select').dropkick();…
NovumCoder
  • 4,349
  • 9
  • 43
  • 58
6
votes
2 answers

DropKick select with images

I want to create a drop down list that include images instead of text and i want the select tag to be fully customizable. It is possible to use images instead of text on a drop down list using DropKick? I try to modify for using images but i want to…
2
votes
0 answers

Dropkick dropdown display image associated with default select value

I'm passing a default value to the dropdown on page load but the following code does not display the image associated with the selected value on load. If I choose a value from the dropdown AFTER the page loads, the associated image displays as…
ADubb
  • 41
  • 5
2
votes
3 answers

How to use jQuery Validate form validation with dropkick select elements (DIV based select form element)

I want to use jQuery validate library on a div based select form element. I am using the dropkick library to beautify my selects, but I am having difficulties trying to validate the form due to my select elements getting re-created with…
Jose Vega
  • 10,128
  • 7
  • 40
  • 57
1
vote
1 answer

My dropkick js is loaded but javascript says dropkick is not a function

I loaded dropkick js and I can confirm it when I load the page a view page source
Sidney Sousa
  • 3,378
  • 11
  • 48
  • 99
1
vote
2 answers

Multi select dropdown reset isn't working in dropkick.js

I have created two multi select drop down using dropkick js, like nested drop down Second dropdown options will populate based on first dropdown. I have placed my populating code whenever outer dropdown change event occurs. When I tried to reset (to…
Pandiyan Cool
  • 6,381
  • 8
  • 51
  • 87
1
vote
1 answer

Dropkick JS change event value is undefined

I've trawled the web looking for a solution to this one. You can see the issue in action here: http://jsbin.com/nomij/5/edit Basically each time the dropkick change event is fired I need to access the value of the selected option, the documentation…
KryptoniteDove
  • 1,278
  • 2
  • 16
  • 31
1
vote
0 answers

Extract DropKick Value within Form

I have started to work with beautiful dropkick drop downs. Seems like I fail to send it back to the controller with the model object filled with the dropkick field value. .cshtml @using (Html.BeginForm("Submit", "Home", FormMethod.Post)) { …
user1025852
  • 2,684
  • 11
  • 36
  • 58
1
vote
0 answers

DropKick troubleshooting

newbie in web.. Though particular question, I'd like to better understand how to troubleshoot things I see while using java scripts in my web pages. I'm trying to use DropKick 1.0.0 on my drop down fields. Put the below in the header - and now the…
user1025852
  • 2,684
  • 11
  • 36
  • 58
1
vote
0 answers

Dropkick dropdown will not open

I am having an issue with drop kick. It seems that it does not wan't to open up for me. I have tried my own code to get it working, demo code, and also a tutorials code and it all has the same output, it shows the dropdown fine when it is called but…
user1632018
  • 2,485
  • 10
  • 52
  • 87
1
vote
2 answers

How to collapse the dropkick drop down & also close menu when clicking on web page content?

I have tried following code in my web page to display drop down menu. I have used drop kick js. i'm using jquery 1.9 version. Drop down is working fine in IE, but its not working as expected in chrome. My code is if ($.browser.msie) { …
1
vote
1 answer

Dynamic-width backgrounds in li using IE8

I have been working on a new drop-down control, using dropkick, and I have it working in Chrome/FF, but not in IE8, which is sadly still our target. I used a single-pixel background image with background-repeat:repeat-y and background-size:x% to…
Zind
  • 751
  • 1
  • 7
  • 17
1
vote
2 answers

Jquery event not binding to hidden div in IE

I'm using the JQuery 1.8.3 and the Dropkick plugin to customize select's in my site. (https://github.com/JamieLottering/DropKick). The dropkick plugin generates an HTML like this:
Thiago
  • 119
  • 12
1
vote
0 answers

jquery validation engine with dropkick

I'm having problems with getting the Posabsolute jquery validation engine plugin to work with Jamie lotterings dropkick plugin. I think i am having this issue due to dropkick is hiding the original