Playing with jQuery

Traversing the DOM

Execute: $('#menu-1').toggleClass('highligh-menu');
Execute: $('#menu-1 .links').toggleClass('all-links');
Execute: $("#menu-1 a[target]").toggleClass('links-target');
Execute: $('#menu-1 > li').addClass('direct-children');
Execute: $('#menu-1').find("> li").not(":has(ul)").css("border", "1px solid black");

Events

Mouse events


Input events

AJAX

Click to load Ajax HTML Content
HTML content here ...

Click to load Ajax JSON Data

Animation

Animate the red square. - Reset animation.