Re: JavaScript issue with SmartEdit

2013-08-02 Thread Mario Brandt
Hi Daniel, when it comes to jQuery you have to use jQuery.noConflict(); and don't use $('something'). Cheers Mario On 1 August 2013 14:57, Jian Huang jhuangsoftw...@gmail.com wrote: Hi Daniel, I have seen that before when I was using JavaScript/JQuery to remove/clone a DOM object

Re: JavaScript issue with SmartEdit

2013-08-02 Thread Daniel Petroff
Thanks both for your answers. :) We have [if IE version 9 or less] block loading some javascript for IE, which includes jQuery. Wrapping that block in NotInSmartEdit blockmarks seems to have helped. On Fri, Aug 2, 2013 at 2:15 PM, Mario Brandt jbl...@gmail.com wrote: Hi Daniel, when it

Re: JavaScript issue with SmartEdit

2013-08-01 Thread Jian Huang
Hi Daniel, I have seen that before when I was using JavaScript/JQuery to remove/clone a DOM object containing SmartEdit reddot. That crashes things the same way. I guess you can use FireFox firebug or Chrome to debug things in SmartEdit mode, but I think you will only see the error from a