Is it possible to rule out a script load only when viewing site on Apple devices? For example I don’t want this file to be loaded on iPhone/iPad:
<script type="text/javascript" src="js/jquery.skinned-select.js"></script>
Will be grateful for any help.
There may be an easier way, but try the following:
Hope it helps.