periksa jQuery apakah ukuran layar
if ($(window).width() < 960) {
alert('Less than 960');
}
else {
alert('More than 960');
}
Alive Albatross
if ($(window).width() < 960) {
alert('Less than 960');
}
else {
alert('More than 960');
}
thanks it was nice i havent't tried it but i think it's good