Questions tagged [jquery-selectbox]

Custom select box replacement inspired by jQuery UI source. Requires jQuery 1.4.x or higher.

124 questions
0
votes
1 answer

tabindex issue with custom select box

I found this script from google. But it isn't working with tabindex. can you help me how to fix this. here is jsfiddle link js snippt:- $('select').each(function () { // Cache the number of options var $this = $(this), …
Marmik Desai
  • 104
  • 11
0
votes
2 answers

Select box ID value not retreving in javascript ,html

I have 2 values in select box and i want to get their id depending on which i select on submit button click. I am showing this select box and save button in dialog box.And when i try to select value and save i am getting [object HTMLCollection]…
0
votes
0 answers

How to send form result in ajax

Hi i have select box and submit button and depend on the submit i want to send the form result to ajax and retrieve the array result. Here is my php code: if($param['aktion'] == 'get-widget-news-edit') { $html = '
user3702602
  • 139
  • 3
  • 16
0
votes
1 answer

jQuery Selectbox issue with latest chrome

Issue with chrome 35 version While loading drop down using jQuery Selectbox, i am facing an issue in chrome 35. Even after minimizng the drop down, there are lot of lines remaining. On clicking somewhere else it vanishes. The issue is not avaialble…
Manu
  • 1,379
  • 6
  • 24
  • 53
0
votes
1 answer

jQuery.validate does not validate dropdown with selectbox() javascript

I am having several drop-down in my HTML and I am using jQuery Selectbox plugin (selectbox()) for customized drop-down. Also I need to validate the form, for which I am using jQuery.validate js. When I apply the selectbox() like…
KAsh
  • 304
  • 5
  • 23
0
votes
1 answer

Reset Select box when clicking on any other select boxes in jQuery

I read a few threads and they show these two codes can reset a select box. $('#select2').change(function(){ $('#select1').prop('selectedIndex',0); }); $('#select1').change(function(){ …
RedGiant
  • 4,444
  • 11
  • 59
  • 146
0
votes
1 answer

one select box with two functions in jQuery

I'd like to know if it's possible for a select box to have two functions. 1.Redirects automatically when selecting an option using value. 2.Load content via ajax into the closest div using data-file.