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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...jQuery UI problems !!!jQuery UI problems !!!
Previous
 
Next
New Post
4/8/2010 12:58 PM
 

Hello i need help with jQueryUI...

I have add in Page settings (Page Header tags:) these line:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"><script>
I get this in sorce view after page loading:

<head id="Head">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /><meta content="text/javascript" http-equiv="Content-Script-Type" /><meta content="text/css" http-equiv="Content-Style-Type" /><meta id="MetaKeywords" name="KEYWORDS" content=",DotNetNuke,DNN" /><meta id="MetaCopyright" name="COPYRIGHT" content="Copyright 2010 by www.liders.hr" /><meta id="MetaGenerator" name="GENERATOR" content="DotNetNuke " /><meta id="MetaAuthor" name="AUTHOR" content="Stomatološka ordinacija Ksaver - dent.med. Marcela Perić" /><meta name="RESOURCE-TYPE" content="DOCUMENT" /><meta name="DISTRIBUTION" content="GLOBAL" /><meta id="MetaRobots" name="ROBOTS" content="INDEX, FOLLOW" /><meta name="REVISIT-AFTER" content="1 DAYS" /><meta name="RATING" content="GENERAL" /><meta http-equiv="PAGE-ENTER" content="RevealTrans(Duration=0,Transition=1)" /><style id="StylePlaceholder" type="text/css">style
><link id="ADesktopModules_UserDefinedTable" rel="stylesheet" type="text/css" href="/DesktopModules/UserDefinedTable/module.css" /><link id="APortals__default_" rel="stylesheet" type="text/css" href="/Portals/_default/default.css" /><link id="APortals__default_Skins_MinimalExtropy_" rel="stylesheet" type="text/css" href="/Portals/_default/Skins/MinimalExtropy/skin.css" /><link id="APortals__default_Skins_MinimalExtropy_index_css" rel="stylesheet" type="text/css" href="/Portals/_default/Skins/MinimalExtropy/index.css" /><link id="APortals_ksaver_" rel="stylesheet" type="text/css" href="/Portals/ksaver/portal.css" /><link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/ui-darkness/jquery-ui.css" />
<script type="text/javascript" src="
http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js">script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" >script><title> something title>head>
My scripts is not working !!!
If i put script source in skin.html between head tags also not working !!!
If i put code between body tags it is working but there was problem that fiew seconds i see my original divs, not jQueryUI formated, i thing js is not loaded yet because is not in head tags
Please how to use jQueryUI.js,  how to inject script into head tag without 3rd party modules, i don't know what to do. 

 
New Post
4/8/2010 1:17 PM
 

You miss up '<' should be

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script> __doPostBack('dnn$ctr2108$Forum_PostEdit$cmdCancel','')


Team Leader
CodingStaff Development Company
Check our dnn modules and dotnetnuke skins to see where you can start.
 
New Post
4/8/2010 4:47 PM
 

this is only my bad copy paste to forum, script is:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script> and it is not working ...

 
New Post
4/8/2010 11:33 PM
 

 It does not work because jQuery lib is being injected by the core after jQuery UI...it needs to be injected before. Use this:

<script type="text/javascript">

$.getScript('http://ajax.googleapis.com/ajax/libs/...')

</script>

You can put this anywhere on the page

Nik

 

 


Nik Kalyani
Co-founder
DotNetNuke Corporation
Blog | Twitter | FaceBook
 
New Post
4/9/2010 2:50 AM
 

i have try this, and it is working

<script type="text/javascript">$.getScript("http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js");</script>

but it si working like

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>

but with problem you cen see here

http://jquidnn.succell.net/

clear cache, and refresh page, for a second you will see unformated tab, that is because page content is loader before script
if there is large images in tab, on loading page ul li code is shown a few seconds before is jquery-ui formated ...

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...jQuery UI problems !!!jQuery UI problems !!!


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