fr-olivier
10/18/2013 - 7:08 AM

target iPad with js

target iPad with js

if (navigator.userAgent.match(/iPad/i) != null) {
  // code here
}