2

I've got a Question for you - That i've been thinking about for a period.... And I hope that you'll help me out.... Pleeeeaaase....

What to do ??? - I'm having a site with all of its content, everything is good and well... and I have targeted a normal desctop monitor, and ipad.... Nice Nice....

Included a reference to jquery on google api...... But i want to use 2 different customized js files. Because i want to us one js file for the interaction, on the monitor. And 1 js file for interaction on iPad...

How do I go about this one ?????????

In Advance - Thank You.... Hope to see some kind of feedback to this dillema....

Pointy
  • 405,095
  • 59
  • 585
  • 614
Myung Ki
  • 21
  • 1
  • Argh! Use feature detection, not device detection. Why should an Android tablet user get a different experience to an iOS tablet user? – Quentin Feb 27 '11 at 23:29

1 Answers1

2

The first part of your question is answered here: Detect iPad users using jQuery?

The second part is answered here: Loading an external script after page load with jQuery

Community
  • 1
  • 1
Pekka
  • 442,112
  • 142
  • 972
  • 1,088