카테고리 소개
// user_agent 체크 var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ? true : false; jQuery(document).ready(function($){ if(!isMobile) { //PC // alert("1"); videosample2('68'); } else { //MOBILE // alert("2"); mvideosample2('68'); } });