Click here to Skip to main content
15,888,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am Using Dnn 6.2.6 in my project development.I am in need of developing a directory structure using JQuery.When i tried to load jquery plugins as we do in normal web applications,its not working..When i tried same thing in a normal web application i got my required directory structure...

My Jquery settings in Host->Host settings are

Installed Jquery Version:1.7.2

installed Jquery UI Version:1.8.16

Use Jquery debug Version:Unchecked

Use Hosted Jquery Version:Unchecked

Hosted Jquery URL: http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js

Hosted jquery UI URL: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js

i hav tried to include
C#
DotNetNuke.Framework.jQuery.RequestRegistration();
 DotNetNuke.Framework.jQuery.RequestUIRegistration(); 
in the Page_init method but no use
also tried to include my jquery plugins as follows

ASP.NET
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement"
    Assembly="DotNetNuke.Web.Client" %>
<dnn:DnnJsInclude ID="DnnJsInclude1" runat="server" FilePath="js/jquery.cookie.js"
    PathNameAlias="SkinPath" />
<dnn:DnnJsInclude ID="DnnJsInclude2" runat="server" FilePath="js/jquery.treeview.js"
    PathNameAlias="SkinPath" />
<dnn:DnnJsInclude ID="DnnJsInclude3" runat="server" FilePath="css/jquery.treeview.css"
    PathNameAlias="SkinPath" />
<dnn:DnnJsInclude ID="DnnJsInclude4" runat="server" FilePath="css/folderView.css"
    PathNameAlias="SkinPath" />

but no use i hav searched many dnn discussions on this issue but no use..So Please help me

thanks
Posted
Updated 2-Apr-13 4:23am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900