What is jQuery?

Introduction to JavaScript

Introduction to Javascript

What is a Scripting language?

Document Object Model

Document Object
Document Object

Document Object Model
Model

JavaScript vs jQuery

Enable jQuery in your page

Basic Selectors

Selector-Combined

Index Filters

Syntax Example
Index Filters Index Filters

Condition Filters: Form Filters

Condition Filters
Condition Filters
Relationship Filters: Content Filters

Relationship Filters
Relationship Filters

Attribute Filters

Syntax Example
Attribute Filters

Retrieve, Set and Remove Attributes

Syntax Example
Retrieve, Set and Remove Attributes Retrieve, Set and Remove Attributes

Class, HTML, Text, Value: Functions

Class, HTML, Text, Value - Functions

Traversing

Syntax Example
Traversing Traversing

Events

Bind: Example

$(function(){
$(
"
#myButton").bind("onclick", validate);
$("#myButton").click( validate);
});
function validate(){
if( $(
"
#myText").val().length == 0 ) {
alert("Error")
} else {
$("#myForm").submit();
}
}

Animations

Additional Features

Thank You.