Hi - I'm getting a NO_MODIFICATION_ALLOWED_ERR error using a jquery library on an iPhone & iPod (but not the iPad Emulator, Chrome, Firefox or Safari). As I understand it, this error is caused by either manipulating the DOM when its not ready or adding invalid XHTML if strict checking is in force (which it seems to be on iPhone from what I gleaned from other searches).
So, my question is - is it possible to get the JS stacktrace on iPhone so I can identify what bit of my code is causing this problem? I have Xcode and the iPhone SDK on a Mac, but I don't have much experience - so if someone could point to some way to use this it would be great.
Thanks, Kevin.