asked on
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
Secondly, you are including a script called image_preloader.js, which has a window.addEvent function. This is a function specific to MooTools, but you're not using MooTools, so you get Javascript errors. You also seem to be using jQuery.noConflict() indicating that you intend to use an extra javascript library. Not sure if this is intentional but will make a difference to how you code your javascript i.e use jQuery() instead of $()
Don't have an iPad so can't look too closely at this one. Maybe try to debug by disabling the javascipt and see if the problem goes away - if it does, you know it's javascript problem.
One final point to note - iPads don't support flash, which your site has. Try removing that to see if it solves your problem.