|
|
|
@ -19,12 +19,12 @@
|
|
|
|
|
if(options.minStatue == "true"){
|
|
|
|
|
show_btn.css("float", options.float);
|
|
|
|
|
sideContent.css('width', 0);
|
|
|
|
|
show_btn.css('width', 25);
|
|
|
|
|
show_btn.css('width', 28);
|
|
|
|
|
}
|
|
|
|
|
//close
|
|
|
|
|
closeBtn.bind("click",function(){
|
|
|
|
|
sideContent.animate({width: '0px'},"fast");
|
|
|
|
|
show_btn.stop(true, true).delay(300).animate({ width: '25px'},"fast");
|
|
|
|
|
show_btn.stop(true, true).delay(300).animate({ width: '28px'},"fast");
|
|
|
|
|
cookiesave('minStatue','true','','','');
|
|
|
|
|
});
|
|
|
|
|
//show
|
|
|
|
|