Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesJQuery UI not workingJQuery UI not working
Previous
 
Next
New Post
8/21/2011 10:56 PM
 
Hi! Initially I am using DNN 6.0 community version and JQuery UI datepicker is working fine. But due to some reason, I have to downgrade to DNN 5.6.2 community version to carry out my development and now my datepicker is not working.

<script src='<%= Page.ResolveUrl("DesktopModules/Websparks/Events/js/jquery-ui-timepicker-addon.js") %>'></script>
<script type="text/javascript">
    $(function() {
        $("#<%= txtStartDate.ClientID %>").datepicker();
        $("#<%= txtEndDate.ClientID %>").datetimepicker();
        $("#<%= txtRegOpenDate.ClientID %>").datetimepicker();
        $("#<%= txtRegCloseDate.ClientID %>").datetimepicker();
    })
</script>

I have checked that the jquery is loaded in using internet explorer web developer tool. I tried to insert the script to jquery-ui script using page tag header but it is still not working. Please help!
 
New Post
8/21/2011 11:11 PM
 
I have resort to another way to include the jquery and jquery-ui js to my module control.

<script src='<%= Page.ResolveUrl("DesktopModules/Websparks/Events/js/jquery-1.6.2.min.js") %>'></script>
<script src='<%= Page.ResolveUrl("DesktopModules/Websparks/Events/js/jquery-ui-1.8.16.custom.min.js") %>'></script>

It is definitely better if someone can provide me with a better solution because I know that 5.6.3 also has its own support for JQuery.
 
New Post
8/22/2011 1:01 AM
 
This blog has some good details on how to integrate jquery ui into dnn5x

http://www.ifinity.com.au/Blog/EntryI...


Westa
 
New Post
6/10/2012 3:15 AM
 
tanweisong wrote:
I have resort to another way to include the jquery and jquery-ui js to my module control.




It is definitely better if someone can provide me with a better solution because I know that 5.6.3 also has its own support for JQuery.

Hi Tanweisong,

You can refer to the following wiki about registering jQuery scripts:
http://www.dotnetnuke.com/Resources/Wiki/Page/Reusable-DotNetNuke-jQuery-Plugins.aspx

SkinTweaker can be useful for learning how to implement jQuery UI on DNN
http://store.dotnetnuke.com/home/product-details/skintweaker
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesJQuery UI not workingJQuery UI not working


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out