Developer forum

Forum » Development » Javascript error in /Admin/Images/Ribbon/Ribbon.js

Javascript error in /Admin/Images/Ribbon/Ribbon.js

Lars Larsen
Reply
Hey
I have made a custom module where I use the standard DW Ribbon bar control. When certain buttons are clicked, some other controls should be disabled. But when this happens I get the errormessege in the attached file. What can be the problem??

Regards
Lars
Capture.PNG

Replies

 
Pavel Volgarev
Reply
Good day,

Do you use jQuery on the page? I'm asking because most of the standard Dynamicweb controls use Prototype JS and using jQuery on the same page will result in conflicts between these two.

If this is the case then I'd suggest you to use jQuery.noConflict (please read more here: http://api.jquery.com/jQuery.noConflict/).

-- Pavel

 

You must be logged in to post in the forum