HTML, CSS, batch commands, and Javascript examples that I have used in my library work. Short entries, designed as quick reference. By Len Davidson at CUA Law Library
function isAppleDevice(){ return ( (navigator.userAgent.toLowerCase().indexOf("ipad") > -1) || (navigator.userAgent.toLowerCase().indexOf("iphone") > -1) || (navigator.userAgent.toLowerCase().indexOf("ipod") > -1) ); }
From jquerybyexample.com
No comments:
Post a Comment