Interactive Demo
Click the buttons to see jQuery magic in action!
Code Example
// Simple fade effect
$("#fadeBtn").click(function() {
$("#demoBox").fadeOut(500).fadeIn(500);
});
Simple yet powerful jQuery template
Click the buttons to see jQuery magic in action!
// Simple fade effect
$("#fadeBtn").click(function() {
$("#demoBox").fadeOut(500).fadeIn(500);
});