3rd Party jQuery Plugin errors

Posted by Community Admin on 04-Aug-2018 17:23

3rd Party jQuery Plugin errors

All Replies

Posted by Community Admin on 07-Mar-2011 00:00

I'm finding that when I attempt to use a third-party jQuery plugin (jQuery Tools in this case), I'm getting JavaScript errors that resemble the following:

"<function name> is not a function"

I've been using this plugin for ages and have confirmed that it is note my code that is creating the issue. No matter what I try this error persists.

Any ideas?

Posted by Community Admin on 07-Mar-2011 00:00

Hi Mike,

Try using the following type of jQuery registration

<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI" TagPrefix="sf" %>

<sf:ResourceLinks id="resourcesLinks" runat="server">
    <sf:ResourceFile JavaScriptLibrary="JQuery" />
</sf:ResourceLinks>

Try to move the part with the script registration at the bottom of the master page - before the closing form tag.


Best wishes,
Ivan Dimitrov
the Telerik team

This thread is closed