1
vote
3answers
71 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:
<select>
…
0
votes
3answers
321 views
Rendering a hierarchy of “OPTION”s in a “SELECT” tag
My problem is HTML and CSS related. I have a hierarchy type structure that I want to display inside a list. The hierarchy contains Countries, States and Cities (it is three levels deep).
I want to …
2
votes
3answers
1k views
Javascript: How to dynamically create an <option> that contains an HTML entity (— … «)
I'd like to add an <option> element to a <select> element where the <option> element's text contains an HTML entity: —
In HTML, the code would look like this:
<select …
1
vote
4answers
709 views
Is there a max number of options (values) in HTML drop down control?
Does anyone know how many options a drop down list can have? Is it unlimited? How many before performance degrades?
