fancybox 2 and tinymce jquery conflict
问题 I am using fancybox-2.0.1 in a number of areas on a website and have been doing so without a problem. I have also been using the jquery implementation of tinymce in conjunction with fancybox without a problem. However, since I changed the tinymce inti script to look like the below I started getting problems: <script type="text/javascript" src="tinymceJQ/jscripts/tiny_mce/jquery.tinymce.js"></script> <script type="text/javascript"> $(function() { var $editor = $("#appContentTextArea"); //