SelectBox is a jQuery plugin that replaces the standard HTML selection elements.

learn more… | top users | synonyms

0
votes
2answers
36 views

PHP Get value from database into selectbox

I have a problem to show my database values into a select box. Here is my code <select name="bugsolver"> <?php if(count($yourBugs) > 0) { foreach( $emails as $key=> ...
0
votes
1answer
26 views

Select Cascade Using jQuery and PHP in Laravel 4

I'm trying to populate a select box based on a previous select box value in Laravel 4. Here's what I have so far: My JS: var url = document.location.hostname + '/cream/public/list-contacts'; var ...
0
votes
1answer
41 views

make a tree of items in selectbox in php [closed]

I have a code to make a tree in my html select box I've filled the array and generate tree in select box like this : $vertices = array( array( 'id' => 5, 'name' => ...
0
votes
0answers
45 views

Asign symbol to subcategory inside subcategory in selectbox php

I'm trying to build a selectbox with a tree inside: Like this: Movies ->Horror ->->Subcategory of horror but I am getting this: Movies ->Horror ->Subcategory of horror In ...
0
votes
0answers
16 views

Selectbox and scrollbox

I have a problem on my site http://reming-sk.com/eshop/products/12, there are products, but when I scroll on the end products and I choose any from selectbox it move to the start products. Where is a ...
0
votes
0answers
81 views

Select box as tree with php [closed]

Hello i have a PHP code that prints a Tree Menu using ul, and li , im trying to replace the ul, for optgroup so i can build a select box , for the admin part to create categories. So thats the select ...
0
votes
1answer
22 views

Get instance from selectbox

I've got select box with users in Rails. Is there any simple way, how to get selected instance from that selectbox? show.html.erb: <select id="user_select" name="user_select" ...
0
votes
1answer
27 views

Textbox and selectbox

I have an input field where user enters some data, which will then be stored in database. Later calculations will be done using that data. So user can enter any number in the field and other options i ...
0
votes
0answers
12 views

How to create a dynamically generated select box with district and locality, also where to find the places database?

I'm trying to make a search engine for a real estate website, Here i need dynamically generated select boxes with countries and localities. Also i need to know where to find the whole database for the ...
0
votes
0answers
19 views

How to populate a select box from other select box in rails 2

I'm developing a web app in rails 2.3.5 and I basically need to display a list of names in a select box and allow the user to select one or more names from this box and populate with them another ...
0
votes
1answer
126 views

Changing the background color on focused select box option does not work

This is specifically with the selectBoxIt jQuery plug-in, using the jQueryUI theme. I have this set up for the hover action: /* Individual Option Hover Action */ .selectboxit-option ...
0
votes
1answer
70 views

jQuery select box maximum in select box group

Good morning, I need a "Range" picker for jQuery. Is there one in jQuery or jQuery-UI? For example: I have 3 select boxes with a sum of 2. In one select box of the select box group, i select the ...
2
votes
2answers
74 views

e.stopPropagation() on Select Box Dropdown click

I have a div editable with a blur function set. When I click on select box the blur is called. Can I stop the propagation of the click on the select? I tried http://jsfiddle.net/LZQSC/ ...
2
votes
1answer
239 views

Object doesn't support property or method 'selectbox'

I'm using the selectbox jQuery plugin from http://www.bulgaria-web-developers.com/projects/javascript/selectbox/ . I also have a linked in js file, which contains the following code: function ...
0
votes
0answers
46 views

Creating (getting to work) a select box that pulls category names from database

I would like to create a select box for my Joomla photogallery component. Actually, there already is one intergrated into the system, but I'm not skilled enough to create a copy of it the way I want ...
1
vote
1answer
267 views

Displaying JSON data in dropdown list in struts2

I was doing good with my code. But i am struck at one problem. I want to populate the json data in my select box in struts2. What i am doing is..i am sending the ajax request on the click of button ...
2
votes
1answer
77 views

Jquery Selectbox I beam Issue

Here is a selectbox(I've used and modified). When I click on the select box it turns into a text input and show the I-beam. Just wanted to disable this I-beam. How can I get that? Check JSfiddle ...
0
votes
3answers
89 views

php include inside a <form> tag.. how? [closed]

I have this loop - that creates several fields in a form: while ($correctRow = mysql_fetch_array($result, MYSQL_NUM)) { print " <input type='textbox' name='date_$i' ...
1
vote
1answer
63 views

How to select an option from Select box using arrow keys?

I have tried with .change() and/or with .select(), even with .click(), but no hope. When I stop on a select box field with a Tab-focus, and when I press up or down I'd like that currently focused ...
0
votes
1answer
36 views

Matching exactly option and optgroup

I got an issue with following script when the select-options become long: Solution with few options http://jsfiddle.net/hsQjh/5/ Long options with issue: http://jsfiddle.net/hsQjh/6/ My ...
1
vote
1answer
64 views

scroll to contents in jQuery / CSS

I was creating a simple select box in jQuery. Everything is fine except its scrolling. I need to set the UL height with overflow, so that i can have a scrollbar. Please see the jsfiddle : HERE On ...
1
vote
2answers
87 views

Select Box options not visible in Internet Explorer for wordpress site

I am facing problem with the select box, options are not visible on my wordpress site. I have extracted the country name from an xml file using JavaScript and used as the options of the select box. ...
0
votes
1answer
50 views

Select box with a selected item

Let's say I have a list of countries populated in a select box something like the following. <form:select path="country"> <form:option value="-" label="--Please Select"/> ...
0
votes
3answers
68 views

How can I apply table structure to select box options in HTML

In my select box options, each option having three words.Now I want apply fixed widths for each word of the option so that the all options will come as i required for example My options are as follows ...
1
vote
0answers
59 views

jQuery selectbox plugin to open upwards when at the bottom of screen?

currently i've ran into following problem: I am using following plugin for nice selectboxes: http://www.bulgaria-web-developers.com/projects/javascript/selectbox/ It's working perfectly, except the ...
0
votes
1answer
188 views

issue with display property of JQuery SelectBoxIt plugin

I've been trying to use the SelectBoxIt Jquery plugin, but I'm having an issue with the display and disabled properties of dynamically created select boxes. In short, if the original select box has a ...
1
vote
1answer
42 views

directory selectbox and then subdirectory selectbox or selectbox with directory and subdirectory in one

I got the following code: <div style="border:1px solid #CCCCCC; background-color:#F0F0F0; font-family:verdana; font-size:12px; padding:5px;"> <?php $dir = '../klanten'; // ...
1
vote
7answers
203 views

enable and disable using selectbox change

I don't know how to enable and disable a text field using select box option. Maybe I wrote this totally wrong in the code below. If I did, please tell me correct code. <body> <table ...
0
votes
2answers
330 views

selectbox with multiple columns from mysql database

I have the following php code and it's working great for showing 1 column, but I need it to show the values of 10 columns. <select size="1" name="domeinnaam"> <?php ...
1
vote
4answers
263 views

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 ...
-4
votes
1answer
274 views

Using javascript variable in html? [closed]

<select STYLE="font-size:55%; width: 100px;" class="inpSelect" name="sel2" id="region2" onchange="setIframeSource2()"> <option value="url1.com">Start Date</option> ...
1
vote
1answer
147 views

knockout observable array + selectbox

I'm trying to set options on a selectbox with an observable array. I can get the options to populate but the array is appearing as one option and has no value too now that I look at it. Here's the ...
0
votes
1answer
30 views

action on div - how to stop it for 1 select?

I have a jQuery BlockUI call set up on a div that contains 'action' buttons. Onclick, this grey's out the page to prevent doubleclicking, etc. We've introduced a new option, and it has a select ...
0
votes
1answer
126 views

Jquery Selectbox control with draggable sortable items

How to support dragging items to change order of elements in JQuery SelectBox control? <style> #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; } #sortable li { margin: 0 ...
3
votes
1answer
206 views

In CakePHP the multiple select box is not getting multiple selected based on passed array

The problem is that I am not able to multiple select in the multiple select box based on the array that I am using in the form helper.From the controller I have passed an array called ...
0
votes
2answers
236 views

Smaller size of f.date_select boxes

I'm using Rail's 'f_date_select' with Twitter Boostrap, which results in the look below. However, I want the select boxes to be smaler (~ half the size). How can I do this? <%= f.label ...
0
votes
1answer
174 views

Chrome Browser: Adding Options to a Select Box doesn't show in dropdownlist

When a user clicks on a selectbox, an Ajax even occurs. This event places options in to the select box. After the options are placed in to the select box the user should be able to click on them. ...
0
votes
0answers
58 views

add/remove/assign categories dynamically using 2 combo boxes in javascript

I would like to know if there is somewhere a sample or if someone could explain how I can achieve what I a am trying to do in javascript or jquery. I have 2 combo boxes, one with parent categories ...
0
votes
0answers
49 views

jQuery: Fixing the X-coordinate of an Absolutely Positioned div Inside a Horizontally Scrolling Element

I'm using a forked version of the selectbox plugin, and one of the requirements of my project is that the styled select menus have to be able to work inside a table that will scroll horizontally (in ...
0
votes
1answer
61 views

Set the width of a selectbox in Rails 3

I need to specify a minimum width for a select box input on a form using form_for(@project). I have <%= f.select(:category, "", html_options{:size => 30} ) %>, but I'm getting a SyntaxError ...
2
votes
2answers
356 views

Trying to use Scrollbar in selectbox container Hides container

Here's my example. I'm using a slightly modified version of the selectbox plugin. One of the modifications I've made is to add a class that restricts the height of the options container and adds a ...
1
vote
4answers
494 views

jQuery SelectBox plugin keypress

http://www.bulgaria-web-developers.com/projects/javascript/selectbox/ Is there any "keypress" event, so that user can jump to particular option? like we have country field and user wants to move to ...
0
votes
1answer
125 views

Select value in selectbox depending on first selection in other selectbox

I'm trying to select a value in a selectbox, after a value was chosen in the first selectbox. Now I'm just replacing the whole selectbox, but they are styled using javascript, that calls some css, so ...
1
vote
1answer
237 views

jQuery Select Box is cropped scrollpane

I use two jQuery plugins for my site: jquery.selectbox.js and jquery.jscrollpane.js. selectbox.js turns my selects into the set of divs and jscrollpane.js add custom scroll bars to the content. And ...
0
votes
0answers
165 views

SELECT BOX CAUSING: Error 500--Internal Server Error in SPRING MVC

I am working on a Web Application based off a working Mobile App.I want to enable a user to submit reports based upon multiple addresses housed in a Select Box. Here's the code I have from my ...
0
votes
1answer
884 views

Read selected value of select box and pass it to jsp

I'm pretty new to JSP, HTML, ... and have a question: I have a JSP and I'm trying to read a selected value from a HTML select box, e.g. with JavaScript: <form name="ListForm" action=""> ...
0
votes
4answers
99 views

How to check whether selectbox contains any option with specific class?

In jQuery, how can I check that a selectbox contains a specific class or not? For example, in the below code snippet, I want to check whether the selectbox with id "customerIds" contains any option ...
0
votes
1answer
772 views

Code igniter get values from database in select box?

i am new in code igniter ..so i dont know how to do this.. i want to display values dynamically in a select box and after selecting the value it displays a textbox and then it then pass the textbox ...
1
vote
2answers
475 views

multi select box selected background color | css

I would like to change the color of selected item's background. I mean that blue color : http://img844.imageshack.us/img844/3200/c0b8e4b9ceac4122bc5668a.png
2
votes
5answers
762 views

Hiding/showing the select box options in jquery?

i have below code snippet in jsp <HTML> <BODY> <select id="customerIds" onchange="doOperation()"> <option value="default"> Start..</option> ...

1 2 3 4 5 7