Selector « jQuery « JavaScript DHTML

JavaScript DHTML
1. Ajax Layer
2. Data Type
3. Date Time
4. Development
5. Document
6. Dojo toolkit
7. Event
8. Event onMethod
9. Ext JS
10. Form Control
11. GUI Components
12. HTML
13. Javascript Collections
14. Javascript Objects
15. Javascript Properties
16. jQuery
17. Language Basics
18. Mochkit
19. Mootools
20. Node Operation
21. Object Oriented
22. Page Components
23. Rico
24. Scriptaculous
25. Security
26. SmartClient
27. Style Layout
28. Table
29. Utilities
30. Window Browser
31. YUI Library
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
JavaScript DHTML » jQuery » Selector 
1. Adds class to all divs that have a paragraph inside of them.
2. Ancestor descendant
3. Assign query result to variable
4. Contains another tag
5. Contains(text) matches elements which contain the given text.
6. Count hidden tags
7. Doest it contain
8. Find all elements is to set the 'context' to document.body
9. Find all elements within the 'context' (document.body)
10. Find tag from just added HTML
11. Find the parent element of each paragraph with a class "selected".
12. Finds every element (including head, body, etc).
13. HTML contains
14. Hides all paragraphs then the link on click.
15. Make all visible divs turn yellow on click.
16. Matches all elements
17. Matches all elements that are headers, like h1, h2, h3 and so on
18. Matches all elements that have no children (including text nodes)
19. Matches all elements with the given name.htm
20. Matches all input elements of type text.htm
21. Matches elements which contain the given text
22. Methods to obtain new wrapped set based on relationships
23. Removes all elements that match "div p.selected" from the total set of all paragraphs.
24. Select more than one
25. Show hidden div tags
26. empty() matches all elements that have no children (including text nodes).
27. header() matches all elements that are headers, like h1, h2, h3 and so on.
28. hidden() matches all elements that are hidden, or input elements of type "hidden".
29. jQuery custom filter selectors
30. not(selector) filters out all elements matching the given selector.
31. visible() matches all elements that are visible.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.