select « page « jQuery Q&A

Home
jQuery Q&A
1.addClass
2.alert
3.array
4.attribute
5.browser
6.callback
7.clone
8.Cookie
9.Date
10.Development
11.document
12.dom
13.element
14.filter
15.Firefox
16.flash
17.format
18.html
19.input
20.internet explorer
21.json
22.mootools
23.page
24.performance
25.regex
26.safari
27.selector
28.setTimeout
29.String
30.table
31.Text
32.trigger
33.URL
34.video
35.xml
jQuery Q&A » page » select 

1. Is it possible to select all floats on a page with JQuery?    stackoverflow.com

I am trying to select all elements that have CSS computed style float:left or float:right. I see attribute selectors available in the JQuery documentation, however I am interested in CSS properties ...

2. Populating a SELECT element using AJAX on page load and on change    stackoverflow.com

I have a SELECT element in a form which I'm populating using AJAX when the select option changes. This works really well using the following code:

$(function() {
  function populate() ...

3. Select next element in the page source using jQuery    stackoverflow.com

I have an arbitrarily deep list of the form:

<ul>
 <li></li>
 <li>
  <ul>
   <li></li>
  </ul>
 </li>
</ul>
I am trying to build a function "nextElement" that returns a jQuery selector. The ...

4. Quicksand question in HTML page    stackoverflow.com

I am using the Quicksand jquery scripts on an HTML page and using simple select controls:

<select name="sort" style="vertical-align:middle;" id="cboSort">
    <option value="1" selected="selected">Low to High</option>
    <option ...

5. selected dropdown list value changes after page reload    stackoverflow.com

I have a dropdown list in my application's layout . So in every page it is visible . In the dropdown list I have a list of hotels , when I ...

6. Manipulate Select Multiple List Setup On Page Load    stackoverflow.com

I have the following two select (multiple lists) which I'm trying to setup as a shuttle by where I provide the user an "Available List" on the left which they can ...

7. Multiple selects on one page    forum.jquery.com

8. Need select list to remember last selected on multiple pages    forum.jquery.com

I've got the following almost working properly: