HELP! Javascript debugging with iPad

I have a page on a site that has Google’s map plug in. When the plug in fires it is hiding the header on the iPad - and only the iPad. I can’t replicate the problem on the iPhone or on Safari for the Mac. I’ve never seen this situation before, where only the iPad is messing something up. Is there any way to get developer tools exposed on Safari for iPad that anyone knows of?

I haven’t tried this (don’t have a Mac) but maybe you could use the remote web inspector: http://moduscreate.com/enable-remote-web-inspector-in-ios-6/

This worked for me when I had to debug something on my iPad 2.
http://martinkool.com/post/13629963755/firebug-on-ipad-and-iphone

The iPad in question turned out to be running iOS 5. After it was upgraded, the problem went away and we elected not to work out a fix.