Hi,
I'm a lamer for sure :-) but:
there is a following declaration on my .aspx page:
But when I try to do something with jQuery, the jQuery object is undefined. What should I do to be able to use it?
Regards
Tomasz
I'm a lamer for sure :-) but:
there is a following declaration on my .aspx page:
<telerik:RadScriptManager ID="RadScriptManager1" runat="server" EnablePageMethods="true"> <Scripts> .... <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js"> </asp:ScriptReference> .... </Scripts> </telerik:RadScriptManager> But when I try to do something with jQuery, the jQuery object is undefined. What should I do to be able to use it?
Regards
Tomasz