From jQuery JavaScript Library
You searched for Selectors.
There is no page titled "Selectors.". You can create this page.
For more information about searching jQuery JavaScript Library, see Searching jQuery JavaScript Library.
Showing below up to 20 results starting with #1.
View (previous 20) (
next 20) (
20 |
50 |
100 |
250 |
500).
Article title matches
- API/1.1.2/DOM/Traversing/Selectors (10,666 bytes)
1: {{OldAPI|Selectors}}
3: jQuery selectors are a combination of CSS 1-3, XPath, plus some cu...
38: == CSS Selectors ==
45: * [http://www.w3.org/TR/2005/WD-css3-selectors-20051215/ CSS 3]
71: All attribute selectors are written like their XPath counter-parts (in th...
- API/1.2/Selectors (1,718 bytes)
1: {{OldAPI|Selectors}}
4: {{:Selectors/id}}
5: {{:Selectors/element}}
6: {{:Selectors/class}}
7: {{:Selectors/all}}
- Selectors/has (826 bytes)
1: {{APIHeader|Selectors|has|selector}}{{APIEntry|
5: |cat=Selectors
16: |code=<nowiki>$("div:</nowiki>{{Code|Selectors|has}}<nowiki>(p)").</nowiki>{{Code|Attributes|add...
25: {{APIFooter|Selectors|has|selector}}
- Selectors/not (1,284 bytes)
1: {{APIHeader|Selectors|not|selector}}{{APIEntry|
5: |cat=Selectors
9: ...support selectors separated by commas and complex selectors, for example: :not(div a) and :not(div,a).</p>
17: ...i>{{Code|Selectors|not}}<nowiki>(:</nowiki>{{Code|Selectors|checked}}<nowiki>) + span").</nowiki>{{Code|CSS|c...
35: {{APIFooter|Selectors|not|selector}}
- Selectors/id (1,671 bytes)
1: {{APIHeader|Selectors|id|selector}}{{APIEntry|
5: |cat=Selectors
48: {{APIFooter|Selectors|id|selector}}
- Selectors/element (797 bytes)
1: {{APIHeader|Selectors|element|selector}}{{APIEntry|
5: |cat=Selectors
33: {{APIFooter|Selectors|element|selector}}
- Selectors/class (2,015 bytes)
1: {{APIHeader|Selectors|class|selector}}{{APIEntry|
5: |cat=Selectors
37: |cat=Selectors
68: {{APIFooter|Selectors|class|selector}}
- Selectors/all (1,030 bytes)
1: {{APIHeader|Selectors|all|selector}}{{APIEntry|
5: |cat=Selectors
34: {{APIFooter|Selectors|all|selector}}
- Selectors/multiple (2,046 bytes)
1: {{APIHeader|Selectors|multiple|selector}}{{APIEntry|
5: |cat=Selectors
8: ...Matches the combined results of all the specified selectors.
9: |longdesc=You can specify any number of selectors to combine into a single result. Note order of t...
18: |arg2desc=As many more valid selectors as you like
- Selectors/child (1,399 bytes)
1: {{APIHeader|Selectors|child|selector}}{{APIEntry|
5: |cat=Selectors
44: {{APIFooter|Selectors|child|selector}}
- Selectors/descendant (1,212 bytes)
1: {{APIHeader|Selectors|descendant|selector}}{{APIEntry|
5: |cat=Selectors
40: {{APIFooter|Selectors|descendant|selector}}
- Selectors/next (946 bytes)
1: {{APIHeader|Selectors|next|selector}}{{APIEntry|
5: |cat=Selectors
32: {{APIFooter|Selectors|next|selector}}
- Selectors/siblings (1,427 bytes)
1: {{APIHeader|Selectors|siblings|selector}}{{APIEntry|
5: |cat=Selectors
46: {{APIFooter|Selectors|siblings|selector}}
- Selectors/first (789 bytes)
1: {{APIHeader|Selectors|first|selector}}{{APIEntry|
5: |cat=Selectors
9: ...gdesc=While this matches only a single element, [[Selectors/firstChild|:first-child]] matches more than one: ...
13: |code=<nowiki>$("tr:</nowiki>{{Code|Selectors|first}}<nowiki>").</nowiki>{{Code|CSS|css}}<nowik...
25: {{APIFooter|Selectors|first|selector}}
- Selectors/last (633 bytes)
1: {{APIHeader|Selectors|last|selector}}{{APIEntry|
5: |cat=Selectors
13: |code=<nowiki>$("tr:</nowiki>{{Code|Selectors|last}}<nowiki>").</nowiki>{{Code|CSS|css}}<nowiki...
22: {{APIFooter|Selectors|last|selector}}
- Selectors/even (845 bytes)
1: {{APIHeader|Selectors|even|selector}}{{APIEntry|
5: |cat=Selectors
8: ...hes even elements, zero-indexed. See also {{Code|Selectors|odd}}
13: |code=<nowiki>$("tr:</nowiki>{{Code|Selectors|even}}<nowiki>").</nowiki>{{Code|CSS|css}}<nowiki...
28: {{APIFooter|Selectors|even|selector}}
- Selectors/odd (842 bytes)
1: {{APIHeader|Selectors|odd|selector}}{{APIEntry|
5: |cat=Selectors
8: ...ches odd elements, zero-indexed. See also {{Code|Selectors|even}}.
13: |code=<nowiki>$("tr:</nowiki>{{Code|Selectors|odd}}<nowiki>").</nowiki>{{Code|CSS|css}}<nowiki>...
28: {{APIFooter|Selectors|odd|selector}}
- Selectors/eq (760 bytes)
1: {{APIHeader|Selectors|eq|selector}}{{APIEntry|
5: |cat=Selectors
16: |code=<nowiki>$("td:</nowiki>{{Code|Selectors|eq}}<nowiki>(2)").</nowiki>{{Code|CSS|css}}<nowik...
25: {{APIFooter|Selectors|eq|selector}}
- Selectors/lt (791 bytes)
1: {{APIHeader|Selectors|lt|selector}}{{APIEntry|
5: |cat=Selectors
16: |code=<nowiki>$("td:</nowiki>{{Code|Selectors|lt}}<nowiki>(4)").</nowiki>{{Code|CSS|css}}<nowik...
25: {{APIFooter|Selectors|lt|selector}}
- Selectors/gt (815 bytes)
1: {{APIHeader|Selectors|gt|selector}}{{APIEntry|
5: |cat=Selectors
16: |code=<nowiki>$("td:</nowiki>{{Code|Selectors|gt}}<nowiki>(4)").</nowiki>{{Code|CSS|css}}<nowik...
25: {{APIFooter|Selectors|gt|selector}}
Page text matches
- Tutorials:How jQuery Works (7,051 bytes)
6: |jQuery Core|Selectors|CSS|Traversing|Manipulation|Events|Effects}}<noin...
- Tutorials (59,371 bytes)
219: ==== Traversing and Selectors ====
225: ...arcgrabanski.com Marc Grabanski ]<br>Using jQuery selectors to get the current value or option from a select ...
383: * [http://www.webjax.eu/p/222-JQuery-selecteurs-selectors-javascript-framework-ajax-library-jquery-j-query-...
461: ...com/detay.aspx?id=15 Jquery ve Seçiciler (Jquery Selectors) ] by [http://www.zskblog.com/ Zülküf Küçük...
609: ...ton.shevchuk.name/javascript/jquery-for-beginners-selectors/ Часть 4. Селекторы]''' - цикл...
- API/1.1.2/DOM/Traversing/Selectors (10,666 bytes)
1: {{OldAPI|Selectors}}
3: jQuery selectors are a combination of CSS 1-3, XPath, plus some cu...
38: == CSS Selectors ==
45: * [http://www.w3.org/TR/2005/WD-css3-selectors-20051215/ CSS 3]
71: All attribute selectors are written like their XPath counter-parts (in th...
- Tutorials/Desired (3,934 bytes)
22: == Selectors ==
25: ** Show a large variety of selectors, grouped by function
27: * '''Beg''' Some advanced selectors you may not know about
28: ** jQuery specific selectors
32: ** Move into building your own :foo selectors
- Debug (Plugin) (935 bytes)
11: * Inefficient selectors like $(":input") or $("div#id")
12: * Selectors that don't return any elements
13: * Selectors with bad syntax or obsolete functions
- Main Page/Desired (4,807 bytes)
26: *** [[DOM/Traversal/Selectors|Selectors]]
116: * Adding new selectors
- Browser Compatibility (2,905 bytes)
32: ==About W3C's Selectors Level 3 Compatibility==
33: * [http://www.w3.org/TR/css3-selectors/ W3C-Selectors Level 3]
36: ! W3C's Selectors Level 3
37: ! jQuery's Selectors
40: | [[Selectors/all|$("*")]]
- Tutorials:Accordion Menu (Screencast) (1,230 bytes)
6: |jQuery Core|Selectors|Attributes|Events|Effects|Screencasts}}<noinclude...
- Tutorials:Multiple File Upload Magic (4,738 bytes)
6: |Selectors|Attributes|Manipulation|Events|Forms}}<noinclude>
- API (353 bytes)
2: * [[Selectors|Selectors]]
- Core/selector (913 bytes)
23: |html=<nowiki>Some selectors:<ul></ul></nowiki>
- Plugins (68,711 bytes)
1127: ...rl=http://www.softwareunity.com/sandbox/JQueryMoreSelectors/
1128: |name=More jQuery :selectors
1129: |desc=Plugin to provide additional handy query selectors such as :focus, :modified, :selected, :text and :...
1447: |url=http://jquery.com/docs/Plugins/MoreSelectors/
1448: |name=More Selectors
- Frequently Asked Questions (18,051 bytes)
57: ...is hidden (by using the custom [[Selectors#Custom_Selectors_2|:hidden]] selector):
75: ...ollapsed or not by using the :visible and :hidden selectors.
- UI/API/1.8/Draggable (8,018 bytes)
41: Note: Specifying this option as an array of selectors has been removed.|"ul#myList"|}}
- API/1.1.1/Core (14,824 bytes)
117: See [[DOM/Traversing/Selectors]] for the allowed CSS/XPath syntax for expression...
- Tutorials:jQuery For Designers (13,129 bytes)
6: |Selectors|Manipulation|Effects|Events}}<noinclude>
- Tutorials:Getting Started with jQuery (24,140 bytes)
6: |jQuery Core|Selectors|Attributes|Traversing|Manipulation|Events|Effects...
65: With this in mind, we explore selectors and events a little further.
69: * [[Selectors|jQuery Expressions]]
72: == Find me: Using selectors and events ==
74: ...ts. The first uses a combination of CSS and XPath selectors passed as a string to the jQuery constructor (eg....
- Tutorials:Auto-Selecting Navigation (4,033 bytes)
6: |Selectors|Attributes|Traversing}}<noinclude>
96: ...mation about this can be found in [[DOM/Traversal/Selectors|jQuery's Selector Documentation]].
- Tutorials:How to Get Anything You Want 2 (14,880 bytes)
4: |desc=An introduction to jQuery selectors and traversal methods, and their use in navigatin...
6: |Selectors|Attributes|Traversing}}<noinclude>
8: ...provides an introduction into the world of jQuery selectors: how to use them, and what they're good for.
128: Note: The selectors used for the toggle buttons are identical to the ...
130: jQuery’s [[Selectors|selector expressions]] cover the full range of CS...
- Tutorials:Live Examples of jQuery (8,628 bytes)
6: |Selectors|Attributes|Traversing|Effects|Manipulation}}<noin...
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).