エクスペリエンス エディターでjQuery JavaScriptライブラリを利用したページを編集する際、編集が正常に行われず、以下のようなエラーが発生する場合があります:
Failed to call scGetFrameValue in IFrame tag. This typically happens due to a Permission Denied exception in IE9 caused by an intricate issue with Popup and ShowModalDialog calls. Blocked a frame with origin "<url of the website>" from accessing a cross-origin frame.
Uncaught TypeError: undefined is not a function
これは、エクスペリエンス エディターが使用するPrototype JavaScriptライブラリが、ページが利用するjQueryと競合し、ブラウザがPrototypeの呼び出しをjQueryの呼び出しとして解釈するために発生します。
エクスペリエンス エディターでの編集の問題を回避するには、jQuery JavaScriptライブラリをNo-Conflictモードで使用します。
詳しくは、以下の記事をご覧ください:
http://learn.jquery.com/using-jquery-core/avoid-conflicts-other-libraries/