Questions tagged [jquery-selectbox]

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

124 questions
1
vote
0 answers

Rob LaPlaca selectbox.js not working for setting value

I have little weird issue with Selectbox.js I am converting an existing selectbox with below code var sb = new SelectBox({ selectbox: $(this), height: 140, width: "100%" }); Here $(this) is $('#sltCountry') like below
Smile
  • 2,770
  • 4
  • 35
  • 57
1
vote
0 answers

Two selection box and get the result of selection in a box

Need your help in PHP/SQL so i have a select box that it works well but what i need is when i select something i need to have the whole parameter related to my selection in a multiple selection box for example if i select router 1 i have in router 1…
toto
  • 39
  • 3
1
vote
0 answers

Pass Array to a Select list options with ajax and wordpress

I need your help as I want to fetch some data from wordpress table based on criteria from a textbox. That data is stored in an array and I want that data to be copied to a selection box with ajax and jquery. The data is not getting copied to the…
Zeeshan
  • 323
  • 1
  • 7
  • 23
1
vote
1 answer

How to manipulate the list of a Struts2 before it is loaded?

I have implemented Struts2-jQuery . This select box is populated fetching a JSON object coming from an AJAX call. How can I access this JSON object before the loading of the SelectBox in javascript in order to do some processing on it?
1
vote
0 answers

javascript dialog box is not appearing on button click using js,ajax,php

Hi i have dialog box which should open on button click and will display message 'It works' inside dialog box. But i dont know why after button click the dialog box is not appearing.Thank you. Here is my js code: function getaddwidget() { …
user3702602
  • 139
  • 3
  • 16
1
vote
1 answer

Selectboxit - How to refresh selected values in selectboxit

I am using selectboxit plugin - http://gregfranko.com/jquery.selectBoxIt.js/ With a normal select element, setting the prop of selected element will update the UI. With selectboxit it is not working. Demo - http://jsfiddle.net/uXM6Y/ var selectBox =…
Vinoth
  • 5,687
  • 11
  • 44
  • 56
1
vote
2 answers

Change select box option text

I'm working on an ajax select box that loads file content into the closest div area Demo. I'm using the script below to change the first option text "Select" to "Hide" when the ajax content is loaded.However, I can't get the "Hide" text to change…
RedGiant
  • 4,444
  • 11
  • 59
  • 146
1
vote
1 answer

JQM Select List multiple selections and get values

Hey guys i have some code here that i can't seem to get working properly or my logic doesn't make sense. I need to create a multiple select box that allows the user to select what toppings they would like for there pizza. In turn, each topping is an…
king_sw4
  • 1,125
  • 2
  • 11
  • 18
1
vote
1 answer

Uncaught TypeError: Object function () has no method 'replace'

I'm using a jQuery chained select dropdown box from this site/script. I put it in the sidebar and it works fine on the homepage but it isn't working on post pages and the debugger points out this error. Uncaught TypeError: Object function…
RedGiant
  • 4,444
  • 11
  • 59
  • 146
1
vote
3 answers

Can't get jScrollPane plus SelectBox plugins to work together

Ok, I have two plugins I am using, one that helps make fancy select box dropdowns - works fine. Plugin: jQuery Selectbox plugin Then I have one so I can make a custom scroll on elements, that works fine too. Plugin: jScrollPane However I cannot get…
Brett
  • 19,449
  • 54
  • 157
  • 290
1
vote
2 answers

Cannot affect css worth a darn

I'm new to Foundation and jQuery SelectBox. That said, I have wasted all night trying to accomplish a simple task and with virtually no results at all. I have this HTML:
1
vote
1 answer

Validate ddslick drop down value was selected

I have a page I am working on which requires the value of a ddslick created drop down box be chosen in order to submit. The drop down is functioning, the value when selected passes to the target page which I am parsing the POST values with PHP. …
John
  • 351
  • 1
  • 7
  • 18
1
vote
4 answers

Onchange with multiple get values via selectbox with jQuery

Ive got 2 selectboxes with a Java script on it. When i use filter1 my url changes to www.url.com/&filter[]=6827 this works perfect and also the selected option work without any problems. But i want a new selectbox like filter2 with multiple filters.…
gijsnl
  • 11
  • 2
1
vote
1 answer

JQuery Mobile select box not displaying selected value?

I have a select box called crop and variety.The variety select box loaded via Ajax depends on the selection of crop and then rendered to JQueryMobile, the value populated correctly.but the selected value not displaying. What could the reason? my…
Jishin
  • 113
  • 2
  • 5
  • 12
1
vote
2 answers

What jquery selectbox plugin is used in trulia.com?

Does any one know what jquery plugin was used in this page of trulia.com in the refine search section. I think this is a good selectbox plugin and i've googled it and with no luck. I would really like to use this. Thanks in advance.
KiiroSora09
  • 2,247
  • 18
  • 21
1 2
3
8 9