JQuery :: Is UI Section Of Site Down?
Jul 1, 2009Is the UI section of the site down? I have a few websites that link to it and they're all taking forever to load, seemingly hanging when "waiting for ui.jquery.com..."
View 3 RepliesIs the UI section of the site down? I have a few websites that link to it and they're all taking forever to load, seemingly hanging when "waiting for ui.jquery.com..."
View 3 RepliesOn this site on the right hand side there is a section called BBC IPlayer, you see the sliding scroll that is previewing some of the image before and some of the image due after,i cant seem to find anything similer in jquery,
View 1 Replies View RelatedI've made a basic website template, which I'm still working on, but I'd like to make it compatible with IE before I go any further.
I'm having trouble with the drop down menu that is located in the top right section on the site...in the banner.
It seems to work fine in FireFox (which is what I've built it for), Safari, and Chrome, but it will not work in Internet Explorer. Problem is....it doesn't hide the links, or "il" section. I was able to get it to do so, but then it would not let you select any of them...they would disappear as soon as you moved your mouse off of the top section, or "ul" i believe it's called.
Here is the website link [url]
And here is the CSS sheet for the menu [url]
I'm sure I'm probably missing some things as well as having things I don't need. I'm lost.
Here is the code for the menu:
And here is the CSS:
I am driving an html site from my network drive in my office that can be viewd on LAN. I need to put a blog kind of section on my site so people who visite this site can leave there comments on it and all can see thses comments.
View 6 Replies View RelatedIn IE7 and IE8, trying to do this fails:
var $tagsection = $("<section class='links'></section>");
$tagsection.html("<p>test</p>"); //or
$tagsection.append("<p>test</p>");
But changing the section to a div, works:
[Code]....
I created a Expand/Hide toggle for my About Me section. I used the following codes below.How do I make it to default the About Me section to Hide first instead of Expand?ttached is an example.Attached is all the codes for the page.
<div class="app-box" id="about-me">
<div class="app-box-menu toggle">
<a class="app-box-menu-icon" href="javascript: void(0)" onclick="joms.apps.toggle('#about-
[code]....
I have a live radio running on my home page and the rest, and i want to navigate through the website without having to make the buffering again.
View 2 Replies View RelatedI am trying to load the contents of a div on another page into the contents of the div on a new page, I can't just load the the full page into the div as it has stuff I don't want displaying on the new page. for example, my page setup is a div column with links and another column with data the links can be loaded from a drop down menu at the top or the first column I mentioned on each page.
what I want is that if you load the page from the top nav bar it loads the entire new page, if you load the page from the side links it loads the content of right column from the requested page into the content of the right column of the exisitng page, not changing the links which are in the left column
I am trying to modify the main zone of a page when user choose an element in a menu without refreshing the whole page. Any suggestion on how to do it?
I tried with empty followed by replace with but the page instantly reloads the old contents...
I will keep it simple. I need to list id of every element in given section. Example
<div id="leftSide">
<ul id="leftList">
<li id="item1"item 1</li>
<li id="item2"item 2</li>
<li id="item3"item 3</li>
<li id="item4"item 4</li>
[Code]...
I need to get IDs for "li" items on the "rightSide" container. How to?
I have a webpage which allows the user to select the content they would like to display using ajax to do this. the problem i have is that one display option is a file tree which only works when loaded in the head section.
The following code is loaded in the head section:
Cannot figure out whether or not i can adjust the code to load only when the ajax call to the file tree is made.
I have a question about a selector.
How can I type: the next sibling of the section with id gedicht1 ?
as you can see the items hide/show on click using a simple jQuery toggle. My question is, is it possible to link to my website with one section already expanded from an external source. I hope this question makes sense. Iv tried and failed by linking to the div id using #link but cant get that to work.
View 2 Replies View RelatedI have an accordion list much like the example here : [URL]. Say for instance I have page links under the heading 'Section 2' of that demo above. How can I make it so that when you visit a page from these links 'Section 2' is visible and 'section 1' and 'section 3' are closed?
At the moment I have :
$(document).ready(function(){
$("#accordion").accordion({
active: false,
collapsible: true
});
});
<!-- start accordian menu -->
<div id="accordion">
<h3><a href="#">Section 1</a></h3>
<div><ul>
<li>Link 1</li>
<li>Link 2</li>
<li>Link 3</li>
</ul></div>
<h3><a href="#">Section 2</a></h3>
<div><ul>
<li>Link 1</li>
<li>Link 2</li>
<li>Link 3</li>
</ul></div>
<h3><a href="#">Section 3</a></h3>
<div><ul>
<li>Link 1</li>
<li>Link 2</li>
<li>Link 3</li>
</ul></div>
<!-- end accordion menu -->
</div>
What I need to add to make 'Section 2" visible only?
Can we NOT place JQuery ready function in head section ? is it possible ? We put it into html body, and then use some function to scan ..
View 1 Replies View RelatedMy problem arises when I use this to access the portfolio section. The portfolio section doesn't seem to work. If you head over to http:[url]... , you can see how the section should render and how a person can use the scroll feature, however, when the content is loaded using jQuery, it doesn't function properly.Additionally another problem i'm realizing is the delay of the content. For example, if you are on the contact page and then click on downloads, the content will slide left and then slide back right when the content is loaded. However the problem i'm seeing is the delay in the content loading meaning that the animation will finish and the content will then load.A second or two delay. I've tested it in multiple browsers and seeing the same problem. Surprisingly the only browser i'm not seeing this in is IE6.
View 3 Replies View RelatedI'm very new to jQuery and registered a new account on the website yesterday. I can log in using my account details OK, but when I try to use the Plugins section of the site I get :- Access denied You are not authorized to access this page.
If I try to search for a pluging, I get
Validation error, please try again. If this error persists, please contact the site administrator.
I can't find a FAQ section in the forums, or any link on the site to contact the website admins, so I'm hoping someone here may be able to help, or at least point me in the direction of someone who can.
Not sure if this is the most appropriate forum, but I'm a jQuery newbie, so figured I'd start here. I put an accordion control on a web form, which seems to be working great!
[Code]...
The users tend to tab through the form. But when they tab to the end of an accordion section, the focus goes back to the top of the page. Is it possible to go straight to the next section of the accordion?
I have working code to Show/Hide content when clicked on link of particular section:
var showText="Show content FAQ1";
var hideText="Hide content FAQ1";
1. How to do link on particular Title and show this description like Description1, Description2 etc.
2. How to open some sections in advance inside Javascript?
Working code is the following using Jquery jqueryV1.4.4:
PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">[code]....
When you load part of pageB with ajax into pageA, what happen with the head section (title, meta, css link and script link...)
I mean, what is the best practice when you insert into the DOM a part of pageB with all the code (title, meta, etc...) that is associated with pageB. (initially i was inserting the whole pageB because of "gracefull degradation", but this inserts the whole pageB DOM into the pageA DOM).
How do I put this onclick function code...
into the head of my page so I can call it from several similarly situated links?
Using jQuery, the hide show part is easy. I need to show or hide a single section of a form based on the value of a select box. More specifically, if the select box is one of 30 countries, then show, else hide.
What's the easiest way to handle this?
Is there any way to popup a javascript confirmation on clicking an accordion header to confirm the change of section?
View 3 Replies View RelatedI came up with some code to load javascript files dynamically. But I've got problems..
When the script element is dynamically added to the head section of html, i think that the document.ready event fires once again and therefore the code sort of runs twice.
In the html page I call this method:
In the script test.js I have the function SayHi():
The SayHi method never gets called and alert('begin') & alert('getScript') get called twice in this sequence:begin begin getScript getScript.
How to make an image map link to another page AND open a specific accordion section?I guess I need a script that knows which area of the image map was clicked and not only navigate to page 2 but opens the section via slide toggle I need it too.Here is the the page with the image map (although image map version not upload yet so I have what will be uploaded below)[URL] ...and the page I need to navigate to based on the area of the image map clicked and also slidetoggling the div I need it [URL] Here is the image map:
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<img src="/Img/Illustrations/kicktalkv2.jpg"" alt="Kick Talk" usemap="#kicktalk_map" />
[code]....
this may be more of an "html" issue, but I'll wing it.
i've got a multi-language site, where the home-page of each language group
features a link to a popup window that offers background info on site
management. the popup is fired by a javascript function, when they click
the site management link. there's also a "window close" function button so
they can nuke it as they please.
now, oddly, people who search for my site in the chinese language on google,
are sent directly to the site management popup window, which of course,
opens in their "full" browser window, and which also has no links back to
the main site, because it's meant to open only as an "accessory" to the main
site.
my question is this: is there any way, with Javascript, that I could
determine if they arrived at this window from "off-site" (ie, a google
search), and therefore offer such "off-site" visitors a link back to the
principal site, a link that would be hidden for visitors who clicked the
popup window from my own site?