Tagged Questions

0
votes
7answers
4k views

AJAX Dropdowns (HTML Select) in Firefox with JQuery

Help! I am using JQuery to make an AJAX call to fill in a drop-down dynamically given the user's previous input (from another drop-down, that is filled server-side). In all other b …
0
votes
1answer
14 views

Non framework implementation of a hierarchical drop down for Firefox.

I need a hierarchical drop down <select><option/></select> for use within a browser, preferably Firefox. I'd rather not use a framework like jQuery. Please spar …
1
vote
7answers
918 views

Faster way to populate <select> with Javascript

I have two <select> boxes on a form. Selecting an item in the first <select> box will determine what should appear in the second <select> (Using Ajax http_request). In …
0
votes
4answers
382 views

How to call javascript function on a select elements selectedIndexChange

I am using ASP.NET with C# I have a HTMLSelect element and i am attemping to call a javascript function when the index of the select is changed. riskFrequencyDropDown is dynamica …
0
votes
2answers
50 views

Set width of dropdown element in HTML select dropdown options

I am working on a website that involves automatically populating a select box using a PHP script. This all works fine except the problem is that what I am using to populate the te …
1
vote
3answers
68 views

Checking for existence of an option with certain text

I'm trying to use jQuery to check for the existence of an <option> that contains a particular string of text. My attempts so far are not working as I expect. Here's the HTML: …
2
votes
7answers
5k views

HTML Select Tag with black background - dropdown triangle is invisible in Firefox 3

I have the following HTML (note the CSS making the background black and text white) <html> <select id="opts" style="background-color: black; color: white;"> < …
0
votes
3answers
511 views

Bulk Row Transfer between Oracle Databases with a Select Filter

Basically, I'm trying to selectively copy a table from one database to another. I have two different [Oracle] databases (e.g., running on different hosts) with the same schema. I'm …
11
votes
8answers
21k views

Check if option is selected with jQuery, if not select a default

Using jQuery, how do you check if there is an option selected in a select menu, and if not, assign one of the options as selected. (The select is generated with a maze of PHP func …
2
votes
4answers
78 views

Disable highlighting in an HTML SELECT box

I have a select box, <select multiple=true, that the user populates with values via a Picklist mechanism. I would like to disable highlighting in this box because, by definition …
0
votes
1answer
46 views

Sliding & hiding multiple panels in jQuery.

I have a table with multiple rows in each row is a select list and based on the selection (when the onchange event is fired) panels appear containing additional data below the row. …
0
votes
2answers
58 views

Why is my HTML Select box in Opera Browser not behaving?

I have a simple select element on my page: <select id="info_routes" size="10"></select> This select box gets populated at page load via jquery at document ready: fo …
0
votes
2answers
285 views

Zend Framework - Set ‘selected’ value in select box dropdown list

I am adding a select element to a Zend_Form instance as follows: $user = $form->createElement('select','user')->setLabel('User: ')->setRequired(true); foreach($users …
0
votes
1answer
47 views

Select element: Short and Long names without javascript?

Is there a non-javascript method to allow a <select> element to show short display text when collapsed and longer text when expanded? I came across the "label" attribute for …
0
votes
2answers
102 views

Change HTML-select element value with mousewheel in Firefox

Hi there, Is there any possibility to tell Firefox to use the mousewheel für scrolling through the select element. In firefox after selecting another value the select element looe …

1 2 3 4 5 6 next
15 30 50 per page