1$( "#clickme" ).click(function() {
2 $( "#book" ).slideUp( "slow", function() {
3 // Animation complete.
4 });
5});
1$('.bxslider').bxSlider({
2 auto: true,
3 autoControls: true,
4 stopAutoOnClick: true,
5 pager: true,
6 slideWidth: 600
7});