if(navigator.userAgent.match(/iPad/i) != null){
 $('head').append('<link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="/storage/element/iphone/ipad_custom.css" type="text/css"/><script type="text/javascript" src="/storage/element/js/ipad_custom.js"></script>');
}
