| Direktori : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/new/smtp/js/ |
| Current File : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/new/smtp/js/demo.js |
/* =================================
=== EXPAND COLLAPSE ====
=================================== */
$(document).ready(function(){
$('#toggle-switcher').click(function(){
if($(this).hasClass('open')){
$(this).removeClass('open');
$('#switch-style').animate({'right':'-325px'});
}else{
$(this).addClass('open');
$('#switch-style').animate({'right':'0'});
}
});
});