This is a migrated thread and some comments may be shown as answers.

jquery(false) switch stops editor buttons from responding

1 Answer 72 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Morris
Top achievements
Rank 1
Morris asked on 22 Feb 2011, 11:59 PM
Hi Folks,

I am having an issue with the MVC Editor.

On my site.master page in my project I have the jquery cycle plugin which cycles through a series of images. To get this to work I needed to add the jquery(false) switch to the site.master page (I did this after reading about it on another post from this forum). Now I have the following on the site.master page and the jquery cycle plugin works perfectly:

<%= Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.Combined(true).Compress(true)).jQuery(false) %>

However, I have a page which uses the editor control, and after putting in the .jquery(false) switch the buttons on the editor are now unresponsive. They appear to depress when clicked, however, they perform no action.

Has anyone seen this error before and it down my poor implementation? Is this easy to work around?

Thanks in advance,

Morris

1 Answer, 1 is accepted

Sort by
0
Morris
Top achievements
Rank 1
answered on 23 Feb 2011, 12:20 AM
Hi Folks,

I have just realised why this is happening. I was referencing an old version of the jquery.min.js file.

Pointed my project to the correct version and everything starts working. Funny that!! 

Thanks

Morris

p.s: why is it only after you make the forum post that you realise the problem?
Tags
Editor
Asked by
Morris
Top achievements
Rank 1
Answers by
Morris
Top achievements
Rank 1
Share this question
or