4.0
27 review
2.88 MB
Everyone
Content rating
0
Downloads
JQUERY tutorial screenshot 1 JQUERY tutorial screenshot 2 JQUERY tutorial screenshot 3 JQUERY tutorial screenshot 4

Rating and review

4.0
27 ratings

JQUERY tutorial description

JQUERY Tutorial

Learn jquery in 14 simple lessons with examples

It does not require internet connection

JQUERY Tutorial

JQUERY is a javascript library that simplifies the interaction with HTML documents, providing access to its elements, events, interactions with style sheets, effects, animation, and integration with AJAX.

1.- JQUERY Load

2.- JQUERY syntax

From JQUERY is easy to access to any HTML element and perform some action on that item.

3.- JQUERY Position

4.- JQUERY Selectors

5.- JQUERY Events. Types of events:

Events held with the mouse : click, dblclick, mouseenter, mouseleave
Events held with the keyboard : keypress, keydown, keyup
Events held on a form element types : submit, change, focus, blur
Past events on the document or the window : load, resize, scroll, unload

6.- JQUERY show

The show effect can display anything HMTL

7.- JQUERY hide

The hide effect to hide any HTML element

8.- JQUERY toggle

The toggle effect toggles between hide effect and show effect.

9.- JQUERY fade

For the fade effect there are 4 possibilities: fadeIn, fadeOut, fadeToggle and fadeTo

10.- JQUERY slide

For the slide effect there are 3 possibilities: slideDown, slideUp and slideToggle

11.- JQUERY animate

The animate() effect lets you create your own animations.

12.- JQUERY stop

The stop effect serves to stop the animation that is taking effect and leave at that point of the animation.

13.- JQUERY callback

The parameter callback to define that function executes when an effect has completely finished.

14.- JQUERY chaining
↓ Read more

Version lists