|
0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
2 |
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
|
3 |
<head> |
|
|
4 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
5 |
<title>API: dom Selector (YUI Library)</title> |
|
|
6 |
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
|
8 |
<link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
|
9 |
|
|
|
10 |
<script type="text/javascript" src="assets/api-js"></script> |
|
|
11 |
<script type="text/javascript" src="assets/ac-js"></script> |
|
|
12 |
</head> |
|
|
13 |
|
|
|
14 |
<body id="yahoo-com"> |
|
|
15 |
|
|
|
16 |
<div id="doc3" class="yui-t2"> |
|
|
17 |
<div id="hd"> |
|
|
18 |
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
|
19 |
<h3>dom <span class="subtitle">3.0.0</span></h3> |
|
|
20 |
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
|
21 |
> <a href="./module_dom.html" title="dom">dom</a> |
|
|
22 |
> Selector |
|
|
23 |
|
|
|
24 |
<form onsubmit="return false"> |
|
|
25 |
<div id="propertysearch"> |
|
|
26 |
Search: <input autocomplete="off" id="searchinput" /> |
|
|
27 |
<div id="searchresults"> |
|
|
28 |
|
|
|
29 |
</div> |
|
|
30 |
</div> |
|
|
31 |
</form> |
|
|
32 |
</div> |
|
|
33 |
|
|
|
34 |
<div id="bd"> |
|
|
35 |
<div id="yui-main"> |
|
|
36 |
<div class="yui-b"> |
|
|
37 |
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
|
38 |
<fieldset> |
|
|
39 |
<legend>Filters</legend> |
|
|
40 |
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
|
41 |
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
|
42 |
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
|
43 |
</fieldset> |
|
|
44 |
</form> |
|
|
45 |
|
|
|
46 |
<h2> |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
<code>static</code> |
|
|
50 |
|
|
|
51 |
Class <b property="yui:name">Selector</b> |
|
|
52 |
<span class="extends"> |
|
|
53 |
</span> |
|
|
54 |
|
|
|
55 |
</h2> |
|
|
56 |
<!-- class tree goes here --> |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
<div class="summary description" property="yui:description"> |
|
|
62 |
Provides support for using CSS selectors to query the DOM |
|
|
63 |
</div> |
|
|
64 |
|
|
|
65 |
|
|
|
66 |
<div rel="yui:properties" resource="#properties"> |
|
|
67 |
<div class="section field details"> |
|
|
68 |
<h3 id="properties">Properties</h3> |
|
|
69 |
<div class="content"> |
|
|
70 |
<div class="" rel="yui:property" resource="#property_operators"> |
|
|
71 |
<h4><a name="property_operators" property="yui:name">operators</a> |
|
|
72 |
- <code><span property="yui:type">object</span></code> |
|
|
73 |
</h4> |
|
|
74 |
<div class="detail"> |
|
|
75 |
<div class="description" property="yui:description"> |
|
|
76 |
List of operators and corresponding boolean functions. |
|
|
77 |
These functions are passed the attribute and the current node's value of the attribute. |
|
|
78 |
</div> |
|
|
79 |
</div> |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
<hr /> |
|
|
85 |
</div> |
|
|
86 |
<div class="" rel="yui:property" resource="#property_PARENT_NODE"> |
|
|
87 |
<h4><a name="property_PARENT_NODE" property="yui:name">PARENT_NODE</a> |
|
|
88 |
- <code><span property="yui:type">object</span></code> |
|
|
89 |
</h4> |
|
|
90 |
<div class="detail"> |
|
|
91 |
<div class="description" property="yui:description"> |
|
|
92 |
Provides helper methods for collecting and filtering DOM elements. |
|
|
93 |
</div> |
|
|
94 |
</div> |
|
|
95 |
|
|
|
96 |
|
|
|
97 |
|
|
|
98 |
|
|
|
99 |
<hr /> |
|
|
100 |
</div> |
|
|
101 |
<div class="" rel="yui:property" resource="#property_shorthand"> |
|
|
102 |
<h4><a name="property_shorthand" property="yui:name">shorthand</a> |
|
|
103 |
- <code><span property="yui:type">object</span></code> |
|
|
104 |
</h4> |
|
|
105 |
<div class="detail"> |
|
|
106 |
<div class="description" property="yui:description"> |
|
|
107 |
Mapping of shorthand tokens to corresponding attribute selector |
|
|
108 |
</div> |
|
|
109 |
</div> |
|
|
110 |
|
|
|
111 |
|
|
|
112 |
|
|
|
113 |
|
|
|
114 |
<hr /> |
|
|
115 |
</div> |
|
|
116 |
</div> |
|
|
117 |
</div> |
|
|
118 |
|
|
|
119 |
</div> |
|
|
120 |
|
|
|
121 |
<div rel="yui:methods" resource="#methods"> |
|
|
122 |
<div class="section method details"> |
|
|
123 |
<h3 id="methods">Methods</h3> |
|
|
124 |
<div class="content"> |
|
|
125 |
<div class="" rel="yui:method" resource="#method__tokenize"> |
|
|
126 |
<h4> |
|
|
127 |
<a name="method__tokenize">_tokenize</a></h4> |
|
|
128 |
<div class="detail" > |
|
|
129 |
<code> |
|
|
130 |
|
|
|
131 |
|
|
|
132 |
|
|
|
133 |
void |
|
|
134 |
<strong property="yui:name">_tokenize</strong> |
|
|
135 |
( |
|
|
136 |
) |
|
|
137 |
</code> |
|
|
138 |
|
|
|
139 |
<div class="description" property="yui:description"> |
|
|
140 |
Break selector into token units per simple selector. |
|
|
141 |
Combinator is attached to the previous token. |
|
|
142 |
</div> |
|
|
143 |
|
|
|
144 |
<div class="description"> |
|
|
145 |
|
|
|
146 |
|
|
|
147 |
|
|
|
148 |
|
|
|
149 |
|
|
|
150 |
|
|
|
151 |
</div> |
|
|
152 |
|
|
|
153 |
</div> |
|
|
154 |
<hr /> |
|
|
155 |
</div> |
|
|
156 |
<div class="" rel="yui:method" resource="#method_inRegion"> |
|
|
157 |
<h4> |
|
|
158 |
<a name="method_inRegion">inRegion</a></h4> |
|
|
159 |
<div class="detail" > |
|
|
160 |
<code> |
|
|
161 |
|
|
|
162 |
|
|
|
163 |
|
|
|
164 |
Boolean |
|
|
165 |
<strong property="yui:name">inRegion</strong> |
|
|
166 |
( |
|
|
167 |
|
|
|
168 |
|
|
|
169 |
all |
|
|
170 |
|
|
|
171 |
|
|
|
172 |
, |
|
|
173 |
altRegion |
|
|
174 |
|
|
|
175 |
|
|
|
176 |
) |
|
|
177 |
</code> |
|
|
178 |
|
|
|
179 |
<div class="description" property="yui:description"> |
|
|
180 |
Check if any part of this node is in the passed region |
|
|
181 |
</div> |
|
|
182 |
|
|
|
183 |
<div class="description"> |
|
|
184 |
|
|
|
185 |
<dl rel="yui:parameters"> |
|
|
186 |
<dt>Parameters:</dt> |
|
|
187 |
<dd rel="yui:parameter"> |
|
|
188 |
<code><span property="yui:name">all</span> |
|
|
189 |
<<span property="yui:type">Object} node2 The node to get the region from or an Object literal of the region |
|
|
190 |
$param {Boolean</span>> |
|
|
191 |
</code> |
|
|
192 |
<span property="yui:description"> Should all of the node be inside the region</span> |
|
|
193 |
</dd> |
|
|
194 |
<dd rel="yui:parameter"> |
|
|
195 |
<code><span property="yui:name">altRegion</span> |
|
|
196 |
<<span property="yui:type">Object</span>> |
|
|
197 |
</code> |
|
|
198 |
<span property="yui:description"> An object literal containing the region for this node if we already have the data (for performance i.e. DragDrop)</span> |
|
|
199 |
</dd> |
|
|
200 |
</dl> |
|
|
201 |
|
|
|
202 |
<dl> |
|
|
203 |
<dt>Returns: |
|
|
204 |
<code property="yui:return"> |
|
|
205 |
Boolean |
|
|
206 |
</code></dt> |
|
|
207 |
<dd property="yui:returnInfo">True if in region, false if not.</dd> |
|
|
208 |
</dl> |
|
|
209 |
|
|
|
210 |
|
|
|
211 |
|
|
|
212 |
|
|
|
213 |
</div> |
|
|
214 |
|
|
|
215 |
</div> |
|
|
216 |
<hr /> |
|
|
217 |
</div> |
|
|
218 |
<div class="" rel="yui:method" resource="#method_intersect"> |
|
|
219 |
<h4> |
|
|
220 |
<a name="method_intersect">intersect</a></h4> |
|
|
221 |
<div class="detail" > |
|
|
222 |
<code> |
|
|
223 |
|
|
|
224 |
|
|
|
225 |
|
|
|
226 |
Object |
|
|
227 |
<strong property="yui:name">intersect</strong> |
|
|
228 |
( |
|
|
229 |
|
|
|
230 |
|
|
|
231 |
element |
|
|
232 |
|
|
|
233 |
|
|
|
234 |
, |
|
|
235 |
element2 |
|
|
236 |
|
|
|
237 |
|
|
|
238 |
, |
|
|
239 |
altRegion |
|
|
240 |
|
|
|
241 |
|
|
|
242 |
) |
|
|
243 |
</code> |
|
|
244 |
|
|
|
245 |
<div class="description" property="yui:description"> |
|
|
246 |
Find the intersect information for the passes nodes. |
|
|
247 |
</div> |
|
|
248 |
|
|
|
249 |
<div class="description"> |
|
|
250 |
|
|
|
251 |
<dl rel="yui:parameters"> |
|
|
252 |
<dt>Parameters:</dt> |
|
|
253 |
<dd rel="yui:parameter"> |
|
|
254 |
<code><span property="yui:name">element</span> |
|
|
255 |
<<span property="yui:type">HTMLElement</span>> |
|
|
256 |
</code> |
|
|
257 |
<span property="yui:description"> The first element</span> |
|
|
258 |
</dd> |
|
|
259 |
<dd rel="yui:parameter"> |
|
|
260 |
<code><span property="yui:name">element2</span> |
|
|
261 |
<<span property="yui:type">HTMLElement | Object</span>> |
|
|
262 |
</code> |
|
|
263 |
<span property="yui:description"> The element or region to check the interect with</span> |
|
|
264 |
</dd> |
|
|
265 |
<dd rel="yui:parameter"> |
|
|
266 |
<code><span property="yui:name">altRegion</span> |
|
|
267 |
<<span property="yui:type">Object</span>> |
|
|
268 |
</code> |
|
|
269 |
<span property="yui:description"> An object literal containing the region for the first element if we already have the data (for performance i.e. DragDrop)</span> |
|
|
270 |
</dd> |
|
|
271 |
</dl> |
|
|
272 |
|
|
|
273 |
<dl> |
|
|
274 |
<dt>Returns: |
|
|
275 |
<code property="yui:return"> |
|
|
276 |
Object |
|
|
277 |
</code></dt> |
|
|
278 |
<dd property="yui:returnInfo">Object literal containing the following intersection data: (top, right, bottom, left, area, yoff, xoff, inRegion)</dd> |
|
|
279 |
</dl> |
|
|
280 |
|
|
|
281 |
|
|
|
282 |
|
|
|
283 |
|
|
|
284 |
</div> |
|
|
285 |
|
|
|
286 |
</div> |
|
|
287 |
<hr /> |
|
|
288 |
</div> |
|
|
289 |
<div class="" rel="yui:method" resource="#method_inViewportRegion"> |
|
|
290 |
<h4> |
|
|
291 |
<a name="method_inViewportRegion">inViewportRegion</a></h4> |
|
|
292 |
<div class="detail" > |
|
|
293 |
<code> |
|
|
294 |
|
|
|
295 |
|
|
|
296 |
|
|
|
297 |
Boolean |
|
|
298 |
<strong property="yui:name">inViewportRegion</strong> |
|
|
299 |
( |
|
|
300 |
|
|
|
301 |
|
|
|
302 |
element |
|
|
303 |
|
|
|
304 |
|
|
|
305 |
, |
|
|
306 |
all |
|
|
307 |
|
|
|
308 |
|
|
|
309 |
, |
|
|
310 |
altRegion |
|
|
311 |
|
|
|
312 |
|
|
|
313 |
) |
|
|
314 |
</code> |
|
|
315 |
|
|
|
316 |
<div class="description" property="yui:description"> |
|
|
317 |
Check if any part of this element is in the viewport |
|
|
318 |
</div> |
|
|
319 |
|
|
|
320 |
<div class="description"> |
|
|
321 |
|
|
|
322 |
<dl rel="yui:parameters"> |
|
|
323 |
<dt>Parameters:</dt> |
|
|
324 |
<dd rel="yui:parameter"> |
|
|
325 |
<code><span property="yui:name">element</span> |
|
|
326 |
<<span property="yui:type">HTMLElement</span>> |
|
|
327 |
</code> |
|
|
328 |
<span property="yui:description"> The DOM element.</span> |
|
|
329 |
</dd> |
|
|
330 |
<dd rel="yui:parameter"> |
|
|
331 |
<code><span property="yui:name">all</span> |
|
|
332 |
<<span property="yui:type">Boolean</span>> |
|
|
333 |
</code> |
|
|
334 |
<span property="yui:description"> Should all of the node be inside the region</span> |
|
|
335 |
</dd> |
|
|
336 |
<dd rel="yui:parameter"> |
|
|
337 |
<code><span property="yui:name">altRegion</span> |
|
|
338 |
<<span property="yui:type">Object</span>> |
|
|
339 |
</code> |
|
|
340 |
<span property="yui:description"> An object literal containing the region for this node if we already have the data (for performance i.e. DragDrop)</span> |
|
|
341 |
</dd> |
|
|
342 |
</dl> |
|
|
343 |
|
|
|
344 |
<dl> |
|
|
345 |
<dt>Returns: |
|
|
346 |
<code property="yui:return"> |
|
|
347 |
Boolean |
|
|
348 |
</code></dt> |
|
|
349 |
<dd property="yui:returnInfo">True if in region, false if not.</dd> |
|
|
350 |
</dl> |
|
|
351 |
|
|
|
352 |
|
|
|
353 |
|
|
|
354 |
|
|
|
355 |
</div> |
|
|
356 |
|
|
|
357 |
</div> |
|
|
358 |
<hr /> |
|
|
359 |
</div> |
|
|
360 |
<div class="" rel="yui:method" resource="#method_query"> |
|
|
361 |
<h4> |
|
|
362 |
<a name="method_query">query</a></h4> |
|
|
363 |
<div class="detail" > |
|
|
364 |
<code> |
|
|
365 |
|
|
|
366 |
static |
|
|
367 |
|
|
|
368 |
Array |
|
|
369 |
<strong property="yui:name">query</strong> |
|
|
370 |
( |
|
|
371 |
|
|
|
372 |
|
|
|
373 |
selector |
|
|
374 |
|
|
|
375 |
|
|
|
376 |
, |
|
|
377 |
root |
|
|
378 |
|
|
|
379 |
|
|
|
380 |
, |
|
|
381 |
firstOnly |
|
|
382 |
|
|
|
383 |
|
|
|
384 |
) |
|
|
385 |
</code> |
|
|
386 |
|
|
|
387 |
<div class="description" property="yui:description"> |
|
|
388 |
Retrieves a set of nodes based on a given CSS selector. |
|
|
389 |
</div> |
|
|
390 |
|
|
|
391 |
<div class="description"> |
|
|
392 |
|
|
|
393 |
<dl rel="yui:parameters"> |
|
|
394 |
<dt>Parameters:</dt> |
|
|
395 |
<dd rel="yui:parameter"> |
|
|
396 |
<code><span property="yui:name">selector</span> |
|
|
397 |
<<span property="yui:type">string</span>> |
|
|
398 |
</code> |
|
|
399 |
<span property="yui:description"> The CSS Selector to test the node against.</span> |
|
|
400 |
</dd> |
|
|
401 |
<dd rel="yui:parameter"> |
|
|
402 |
<code><span property="yui:name">root</span> |
|
|
403 |
<<span property="yui:type">HTMLElement</span>> |
|
|
404 |
</code> |
|
|
405 |
<span property="yui:description"> optional An HTMLElement to start the query from. Defaults to Y.config.doc</span> |
|
|
406 |
</dd> |
|
|
407 |
<dd rel="yui:parameter"> |
|
|
408 |
<code><span property="yui:name">firstOnly</span> |
|
|
409 |
<<span property="yui:type">Boolean</span>> |
|
|
410 |
</code> |
|
|
411 |
<span property="yui:description"> optional Whether or not to return only the first match.</span> |
|
|
412 |
</dd> |
|
|
413 |
</dl> |
|
|
414 |
|
|
|
415 |
<dl> |
|
|
416 |
<dt>Returns: |
|
|
417 |
<code property="yui:return"> |
|
|
418 |
Array |
|
|
419 |
</code></dt> |
|
|
420 |
<dd property="yui:returnInfo">An array of nodes that match the given selector.</dd> |
|
|
421 |
</dl> |
|
|
422 |
|
|
|
423 |
|
|
|
424 |
|
|
|
425 |
|
|
|
426 |
</div> |
|
|
427 |
|
|
|
428 |
</div> |
|
|
429 |
<hr /> |
|
|
430 |
</div> |
|
|
431 |
<div class="" rel="yui:method" resource="#method_region"> |
|
|
432 |
<h4> |
|
|
433 |
<a name="method_region">region</a></h4> |
|
|
434 |
<div class="detail" > |
|
|
435 |
<code> |
|
|
436 |
|
|
|
437 |
|
|
|
438 |
|
|
|
439 |
Object |
|
|
440 |
<strong property="yui:name">region</strong> |
|
|
441 |
( |
|
|
442 |
|
|
|
443 |
|
|
|
444 |
element |
|
|
445 |
|
|
|
446 |
|
|
|
447 |
) |
|
|
448 |
</code> |
|
|
449 |
|
|
|
450 |
<div class="description" property="yui:description"> |
|
|
451 |
Returns an Object literal containing the following about this element: (top, right, bottom, left) |
|
|
452 |
</div> |
|
|
453 |
|
|
|
454 |
<div class="description"> |
|
|
455 |
|
|
|
456 |
<dl rel="yui:parameters"> |
|
|
457 |
<dt>Parameters:</dt> |
|
|
458 |
<dd rel="yui:parameter"> |
|
|
459 |
<code><span property="yui:name">element</span> |
|
|
460 |
<<span property="yui:type">HTMLElement</span>> |
|
|
461 |
</code> |
|
|
462 |
<span property="yui:description"> The DOM element.</span> |
|
|
463 |
</dd> |
|
|
464 |
</dl> |
|
|
465 |
|
|
|
466 |
<dl> |
|
|
467 |
<dt>Returns: |
|
|
468 |
<code property="yui:return"> |
|
|
469 |
Object |
|
|
470 |
</code></dt> |
|
|
471 |
<dd property="yui:returnInfo">Object literal containing the following about this element: (top, right, bottom, left)</dd> |
|
|
472 |
</dl> |
|
|
473 |
|
|
|
474 |
|
|
|
475 |
|
|
|
476 |
|
|
|
477 |
</div> |
|
|
478 |
|
|
|
479 |
</div> |
|
|
480 |
<hr /> |
|
|
481 |
</div> |
|
|
482 |
<div class="" rel="yui:method" resource="#method_viewportRegion"> |
|
|
483 |
<h4> |
|
|
484 |
<a name="method_viewportRegion">viewportRegion</a></h4> |
|
|
485 |
<div class="detail" > |
|
|
486 |
<code> |
|
|
487 |
|
|
|
488 |
|
|
|
489 |
|
|
|
490 |
Object |
|
|
491 |
<strong property="yui:name">viewportRegion</strong> |
|
|
492 |
( |
|
|
493 |
) |
|
|
494 |
</code> |
|
|
495 |
|
|
|
496 |
<div class="description" property="yui:description"> |
|
|
497 |
Returns an Object literal containing the following about the visible region of viewport: (top, right, bottom, left) |
|
|
498 |
</div> |
|
|
499 |
|
|
|
500 |
<div class="description"> |
|
|
501 |
|
|
|
502 |
|
|
|
503 |
<dl> |
|
|
504 |
<dt>Returns: |
|
|
505 |
<code property="yui:return"> |
|
|
506 |
Object |
|
|
507 |
</code></dt> |
|
|
508 |
<dd property="yui:returnInfo">Object literal containing the following about the visible region of the viewport: (top, right, bottom, left)</dd> |
|
|
509 |
</dl> |
|
|
510 |
|
|
|
511 |
|
|
|
512 |
|
|
|
513 |
|
|
|
514 |
</div> |
|
|
515 |
|
|
|
516 |
</div> |
|
|
517 |
<hr /> |
|
|
518 |
</div> |
|
|
519 |
</div> |
|
|
520 |
</div> |
|
|
521 |
|
|
|
522 |
</div> |
|
|
523 |
|
|
|
524 |
<div rel="yui:events" resource="#events"> |
|
|
525 |
|
|
|
526 |
|
|
|
527 |
</div> |
|
|
528 |
|
|
|
529 |
<div rel="yui:attributes" resource="#configattributes"> |
|
|
530 |
|
|
|
531 |
</div> |
|
|
532 |
|
|
|
533 |
</div> |
|
|
534 |
</div> |
|
|
535 |
<div class="yui-b"> |
|
|
536 |
<div class="nav"> |
|
|
537 |
|
|
|
538 |
<div id="moduleList" class="module"> |
|
|
539 |
<h4>Modules</h4> |
|
|
540 |
<ul class="content"> |
|
|
541 |
<li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
|
542 |
<li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
|
543 |
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
|
544 |
<li class=""><a href="module_base.html" title="base">base</a></li> |
|
|
545 |
<li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
|
546 |
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
|
547 |
<li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
|
548 |
<li class=""><a href="module_console.html" title="console">console</a></li> |
|
|
549 |
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
|
550 |
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
|
551 |
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
|
552 |
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
|
553 |
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
|
554 |
<li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
|
555 |
<li class="selected"><a href="module_dom.html" title="dom">dom</a></li> |
|
|
556 |
<li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
|
557 |
<li class=""><a href="module_event.html" title="event">event</a></li> |
|
|
558 |
<li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
|
559 |
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
|
560 |
<li class=""><a href="module_history.html" title="history">history</a></li> |
|
|
561 |
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
|
562 |
<li class=""><a href="module_io.html" title="io">io</a></li> |
|
|
563 |
<li class=""><a href="module_json.html" title="json">json</a></li> |
|
|
564 |
<li class=""><a href="module_node.html" title="node">node</a></li> |
|
|
565 |
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
|
566 |
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
|
567 |
<li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
|
568 |
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
|
569 |
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
|
570 |
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
|
571 |
<li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
|
572 |
<li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
|
573 |
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
|
574 |
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
|
575 |
<li class=""><a href="module_test.html" title="test">test</a></li> |
|
|
576 |
<li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
|
577 |
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
|
578 |
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
|
579 |
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
|
580 |
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
|
581 |
<li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
|
582 |
</ul> |
|
|
583 |
</div> |
|
|
584 |
|
|
|
585 |
<div id="classList" class="module"> |
|
|
586 |
<h4>Classes</h4> |
|
|
587 |
<ul class="content"> |
|
|
588 |
<li class=""><a href="DOM.html" title="DOM">DOM</a></li> |
|
|
589 |
<li class="selected"><a href="Selector.html" title="Selector">Selector</a></li> |
|
|
590 |
</ul> |
|
|
591 |
</div> |
|
|
592 |
|
|
|
593 |
<div id="fileList" class="module"> |
|
|
594 |
<h4>Files</h4> |
|
|
595 |
<ul class="content"> |
|
|
596 |
<li class=""><a href="color.js.html" title="color.js">color.js</a></li> |
|
|
597 |
<li class=""><a href="dom-class.js.html" title="dom-class.js">dom-class.js</a></li> |
|
|
598 |
<li class=""><a href="dom-ie-style.js.html" title="dom-ie-style.js">dom-ie-style.js</a></li> |
|
|
599 |
<li class=""><a href="dom-region.js.html" title="dom-region.js">dom-region.js</a></li> |
|
|
600 |
<li class=""><a href="dom-screen.js.html" title="dom-screen.js">dom-screen.js</a></li> |
|
|
601 |
<li class=""><a href="dom-style.js.html" title="dom-style.js">dom-style.js</a></li> |
|
|
602 |
<li class=""><a href="dom.js.html" title="dom.js">dom.js</a></li> |
|
|
603 |
<li class=""><a href="selector-css2.js.html" title="selector-css2.js">selector-css2.js</a></li> |
|
|
604 |
<li class=""><a href="selector-css3.js.html" title="selector-css3.js">selector-css3.js</a></li> |
|
|
605 |
<li class=""><a href="selector-native.js.html" title="selector-native.js">selector-native.js</a></li> |
|
|
606 |
</ul> |
|
|
607 |
</div> |
|
|
608 |
|
|
|
609 |
<div id="propertyList" class="module"> |
|
|
610 |
<h4>Properties</h4> |
|
|
611 |
<ul class="content"> |
|
|
612 |
<li class=""><a href="#property_operators" title="operators">operators</a></li> |
|
|
613 |
<li class=""><a href="#property_PARENT_NODE" title="PARENT_NODE">PARENT_NODE</a></li> |
|
|
614 |
<li class=""><a href="#property_shorthand" title="shorthand">shorthand</a></li> |
|
|
615 |
</ul> |
|
|
616 |
</div> |
|
|
617 |
|
|
|
618 |
<div id="methodsList" class="module"> |
|
|
619 |
<h4>Methods</h4> |
|
|
620 |
<ul class="content"> |
|
|
621 |
<li class=""><a href="#method__tokenize" title="_tokenize">_tokenize</a></li> |
|
|
622 |
<li class=""><a href="#method_inRegion" title="inRegion">inRegion</a></li> |
|
|
623 |
<li class=""><a href="#method_intersect" title="intersect">intersect</a></li> |
|
|
624 |
<li class=""><a href="#method_inViewportRegion" title="inViewportRegion">inViewportRegion</a></li> |
|
|
625 |
<li class=""><a href="#method_query" title="query">query</a></li> |
|
|
626 |
<li class=""><a href="#method_region" title="region">region</a></li> |
|
|
627 |
<li class=""><a href="#method_viewportRegion" title="viewportRegion">viewportRegion</a></li> |
|
|
628 |
</ul> |
|
|
629 |
</div> |
|
|
630 |
|
|
|
631 |
|
|
|
632 |
|
|
|
633 |
</div> |
|
|
634 |
</div> |
|
|
635 |
</div> |
|
|
636 |
<div id="ft"> |
|
|
637 |
<hr /> |
|
|
638 |
Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
|
639 |
</div> |
|
|
640 |
</div> |
|
|
641 |
<script type="text/javascript"> |
|
|
642 |
ALL_YUI_PROPS = [{"access": "", "host": "Selector", "name": "inRegion", "url": "Selector.html#method_inRegion", "type": "method"}, {"access": "", "host": "Selector", "name": "intersect", "url": "Selector.html#method_intersect", "type": "method"}, {"access": "", "host": "Selector", "name": "inViewportRegion", "url": "Selector.html#method_inViewportRegion", "type": "method"}, {"access": "", "host": "Selector", "name": "operators", "url": "Selector.html#property_operators", "type": "property"}, {"access": "", "host": "Selector", "name": "PARENT_NODE", "url": "Selector.html#property_PARENT_NODE", "type": "property"}, {"access": "", "host": "Selector", "name": "query", "url": "Selector.html#method_query", "type": "method"}, {"access": "", "host": "Selector", "name": "region", "url": "Selector.html#method_region", "type": "method"}, {"access": "", "host": "Selector", "name": "shorthand", "url": "Selector.html#property_shorthand", "type": "property"}, {"access": "", "host": "Selector", "name": "_tokenize", "url": "Selector.html#method__tokenize", "type": "method"}, {"access": "", "host": "Selector", "name": "viewportRegion", "url": "Selector.html#method_viewportRegion", "type": "method"}]; |
|
|
643 |
</script> |
|
|
644 |
</body> |
|
|
645 |
</html> |