Top "Jquery-selectors" questions

Selectors can be used in jQuery to match a set of elements in a document.

How to select specific form element in jQuery?

I have two form like this: <form id='form1' name='form1'> <input name='name' id=…

jquery jquery-selectors
Selecting multiple classes with jQuery

I’ve had a good look and can’t seem to find out how to select all elements matching certain …

javascript jquery jquery-selectors
Changing the child element's CSS when the parent is hovered

First of all, I'm assuming this is too complex for CSS3, but if there's a solution in there somewhere, I'd …

jquery css jquery-selectors parent
How can I exclude $(this) from a jQuery selector?

I have something like this: <div class="content"> <a href="#">A</a> </div&…

jquery jquery-selectors this
jQuery select all except first

In jQuery how do I use a selector to access all but the first of an element? So in the …

jquery jquery-selectors
jQuery select by attribute using AND and OR operators

I'm thinking about, if it is possible in jQuery to select elements by named attributes using AND and OR. Example: &…

jquery jquery-selectors find operators
Get value of multiselect box using jQuery or pure JS

In the code shown below, how to get the values of multiselect box in function val() using jQuery or pure …

javascript jquery jquery-selectors jquery-validate dom-events
Check if value is in select list with JQuery

How can I, using JQuery, check if a value belongs to dropdown list or not?

drop-down-menu jquery-selectors
jQuery: get parent tr for selected radio button

I have the following HTML: <table id="MwDataList" class="data" width="100%" cellspacing="10px"> .... <td class="centerText" style="…

jquery jquery-selectors parent tablerow
JQuery .on() method with multiple event handlers to one selector

Trying to figure out how to use the Jquery .on() method with a specific selector that has multiple events associated …

javascript jquery jquery-selectors jquery-1.7