$(document).ready(function(){ //A-list Sidebar $("#sidebar_slider").text("Sidebar"); $("#sidebar_slider").click(function(event){ $ ("#i_sidebar") .toggle(); return false; }); //The Banner $("#prescription").click(function(event){ $ ("#banner") .toggle("slow"); return false; }); /* //Event Notification $(".events").pulse({ textColors: ['#016565', 'red', ], borderColors: ['#016565', 'red', ], backgroundColors: ['#ddd','#ededed'], speed: 700, duration: 7000, }); $("#specialEvents, .specialEvents li:first-child").pulse({ textColors: ['red', 'orange', '#dd0', 'green', 'blue', 'purple',], speed: 1500, }); */ });