How to Embed YouTube video in jQuery Mobile Website
Nobody seems to have asked about YouTube embeds here, so it's probably a dumb question, but every attempt I've made to embed a YouTube video in a jQuery Mobile page or dialog results in a cross-domain JavaScript error (Chrome) or "Permission denied to access property 'toString' (FireFox). I can generally get one video to play in, say a dialog, with the iOS simulator, but the Website doesn't work the way it is supposed to afterwards, the breakdown apparently resulting from JavaScript cross-domain security issues.
Can anyone suggest a resource that can set me on the right course?