JQuery :: Don't Collapse A List On Page Load?
Feb 18, 2010
I've made a animated collapsable list using this script. But now I want to keep one submenu expanded, I have the ID of the ul that must be kept expanded. So after everything is collapsed my script checks the ID of every submenu and compares it to the given ID. If the ID of the submenu is equal to the given ID, the submenu should expand. Should, because that doesn't. Here's the code:
[Code]...
I've never used jQuery before, I tried this, but it doesn't work. Also, I don't want to toggle the children, but just show them; without an animation.
View 2 Replies
ADVERTISEMENT
Jun 2, 2010
I have been trying to make an expand/collapse (essentially accordion) list. So far, everything works and looks fine in Firefox, Safari, and Chrome, but in IE8, the page height is static when it loads, with a page height being as if all headers in the list were expanded. The expand/collapse functionality works,but as you can imagine, there is this big gap of space after the list.
The html markup uses <h2> tags for the always-visible header portion and a <div> for the expanding/collapsing content. The <div> content contains form elements and everything is enclosed in a form tag.Anyways, here is the jQuery code:
$(document).ready(function() {
$('<img src="plus.png" class="icon" />').prependTo('.header');
$('.content').hide();[code].....
View 5 Replies
View Related
Jul 23, 2010
I have an unordered list (ul#garment_selector) sitting in a div (div#program_scroller) and each of the list items has a link that I'd like to display an image and some text into a div on the same page. I don't want any fancy animations or anything like that, I just need to display an image and a related description/price into a new div, preferably without reloading. I have quite a few different lists of links and they change all the time so using an array to define the image/text is impractical for my needs.
View 16 Replies
View Related
Jul 23, 2005
I have a list built on HTML and CSS:
<ul>
<li>Foo</li>
<li>Bar
<ul>
<li>Gee</li>
</ul>
</li>
</ul>
I need a script to expand and collapse items so only one sublist is visible
at a time. I've found several scripts for trees but they either need the
list to be in their own format or they add tons of weird code to insert
icons and style the list (which breaks my design). Could you recommend me a
simple script to do so?
View 4 Replies
View Related
Mar 28, 2009
Is it possible for javascript to disable a dropdown menu on pageload? I have a select menu that has three options, 1, 2, and 3. So on pageload if option 2 is selected then I want the rest of the dropdowns disabled?
View 2 Replies
View Related
Oct 11, 2011
I started some programming with Javascript.I'd like to use it to expand/collapse some headers in a page. I made following code to do this.:collapse-expand.txt.That works perfect!But I want to add something, and I have some problems with that. As I have e.g. 4 headers, I want to expand the text (in <p>-tag) by clicking on header 1. When I click on header 2, I want to collapse text of header 1 and expand header 2 text.And so on.That way, I get the height of the site relatively small without needing to scroll.I don't quite know how to implement this function into my JS-code!And if it could be implemented in my .js file, how do I link that in my html, because now I have in every header the same line:<a href="#first" onClick="shoh('first');">, <a href="#second" onClick="shoh('first');">, etc..How can I get the content of header 1 be seen as soon as the screen pops up. So you don't have to click on Header1 before you can see it? And then go on from there: clicking on header2 makes text of header 1 disappear and expands text from header 2, and so on.
View 24 Replies
View Related
May 22, 2006
I have a series of divs in 2 blocks say BLOCK1 and BLOCK2 and I want to use one click to expand/collapse all those in each block. But the code I came up with exapands all the divs in the entire page.
How do I restrict it to each block and also how do I cllapse those in each block
and change the text to Collapse All. I am stumped here. Any help really really appreciated. Here is my code:
View 2 Replies
View Related
May 12, 2011
I have a single webpage that contains information on all 50 U.S. states. There are 50 links at the top to jump down to the state you want, and at the bottom of the information for each state a Back to Top link.
I'm making the Back to Top link into something more complex, and it will require three or four lines of code.
So that I don't have to repeat the code 50 times, and create a burden when I need to edit it, I want to place it in a .js file and call it x. Then below the information for each state I'll simply have:
Does calling code from a .js file 50 times slow down the page load? Which method would load faster?
View 3 Replies
View Related
Jul 14, 2010
Is it faster/more beneficial to have two snippets of code be generated by php at 2 different urls and then have a load function for each url? Or have the two snippets on one page, surrounded by id's and then load them that way?
View 1 Replies
View Related
Dec 1, 2011
Instead of having ListNav default to one of the letters or All, how do I make it not load anything initially?I saw one person had figured it out, but didn't post his solution.
View 7 Replies
View Related
Jan 30, 2009
I have some javascript code that does some GET and POST requests that are required. Sometimes it doesn't fully execute for the user because they close or click onto another page before the javascript is completely done. Is there anyway I can let all of the javascript load first and slow down the actual page load of the website.
View 3 Replies
View Related
Apr 12, 2011
I was asking myself if it's possible to add an id to each list item so I can link to each list item if I want. what I got now:
[URL]
In code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1
/DTD/xhtml1-strict.dtd">
[Code].....
View 4 Replies
View Related
Sep 4, 2011
I use jQuery load function to load another page into part ofcurrent page in asp.net. it is work correctly but insecond page i haveone instance ofCKEditor that is not loaded in first page after use load function.
View 1 Replies
View Related
Jun 4, 2011
I know the question begs a question. Why? I have no control over the DB or the Forms. Using 3rd Party based web app. I have this: $(document).ready(function() {
$("#MyButton").click(function (){ $('#CurrentPageInputTextArea').load('jqloadFrom.htm #OtherPageInputTextArea');
});
});
View 2 Replies
View Related
Feb 1, 2011
[Code]...
when i load page it does nothing only blank page, may have code in wrong place but not sure so can someone show me a working example so i can find out what i'm doing wrong also i would like the part of page to refresh evey 120 seconds is this possibe with jquery?
View 7 Replies
View Related
Feb 20, 2006
I'm having an issue with the status bar in Mozilla and Netscape showing that
it is still waiting on the page to load even after it is finished. This
problem does NOT occur with IE.
In summary, I am using a onLoad event in the BODY tag to communicate back to
another server each time a page finishes loading. I do this by using a "new
Image()" and setting the .src property to the server. The .src includes a
value in the querystring so I know what request it was that finished
loading.
The challenge here is that the status bar still shows "Transferring data
from www.mysite.com..." despite the image being loaded. It never clears and
leaves the user with the impression that there was a problem loading the
page. My web server logs at the mysite.com show that the browser does
indeed make a request for the image and I get the querystring just fine and
it returns a status of 200 so the image is being found and served ok.
I've tried everything I can think of to solve this and really could use your
help please. Bottom line is that if you use the "new Image" statment from
within the OnLoad event of the Body tag, Netscape and Mozilla never seem to
update the status bar to show "Done" despite it succesfully loading the
image.
Here is a simply snippet you can use to easily reproduce this issue:
View 3 Replies
View Related
Apr 14, 2009
i want to load web page on div [URL]
Code:
$('#news_modal_container').load(getContents_link);
getContents_link contain site name.
above code work while load local page, but not load server page or site
View 1 Replies
View Related
Jun 20, 2011
I'm working with a javascript/jquery framework that allows me to build crossbrowser plugins.What i'm looking to do is add a floating DIV onto every page the browser loads. I know that to add css onto a page, normally you need to grab a class or id. However, in this case i do not know what classes/div's are available.What would be the best way to add css onto a loaded page after the page is loaded without knowing any classes/id's?
View 2 Replies
View Related
Jul 28, 2011
I know how to employ .load() to bring a partial doc.html into a receptacle division upon menu selection, but am still unclear after reading the api whether I can also load a dedicated .css file for it ...I suppose prior to content load(?)... or if I can/should outfit the doc.html with <head><style> yada yada</style></head> and load it as one doc..
Or is one obliged to write out the entire styling for the doc.html in camelCase as a string enclosed in .css() ??
These are various stories fetchable via a menu. Each one has a different and detailed set of classes for styling..
Lastly, should I identify each story as an id or class?
What I'm not wrapping my head around is how to lay out the stylesheet. If a particular story ...(I'm using the same name as its document page (minus '.html')... is denoted as a class or id, then how do I assure that all the classes and id's which are in effect subordinate only to that id or class name also get loaded...?
View 1 Replies
View Related
Oct 10, 2011
I am loading Default2.aspx from MainPage.aspx. i need to display the condense of Default2.aspx in the Div(maincontent) which i declared in Default2.aspx.
with the below code iam getting the DIV object of Default2.aspx from MainPage.aspx.
but the Default2.aspx is not showing ,can any one correct the below code. code...
View 2 Replies
View Related
Sep 30, 2009
I'm trying to load a page using the .load(url) from an already loaded page, but nothing responds. Below is a simple sample page created to show what I want to accomplish. Also, I'm using JQuery 1.3.
index.html
When the index.html page loads up, the page01.html loads into #mainview. And when I try to click on the <div id="clickme">Click Me!</div> inside page01.html to load page02.html, nothing works. Just can't figure out what's wrong...
View 3 Replies
View Related
Feb 15, 2011
Dynamically loading Drop down list ( List/Menu ) Using Ajax
View 1 Replies
View Related
May 31, 2007
I thought I had this licked. How do I load a file with an onclick AND replace the current page with another page?
<span return true">
<img border="0" src="../img/ok.gif" width="30" height="30"></span>
View 6 Replies
View Related
Jun 29, 2010
I have a php function that returns a list of people with their attributes ie address, telephone, email, etc. my idea is to display the full name of person, and then when I click on a link "more data" open a window down to display the other data, email, phone, etc.., for this use a jQuery script that collapses / expands a div, taken from: [URL], the script works fine, but only runs on the first element (person) that appears in the list in the other script is not running, if I have several pages of results, always work the first item on the list. this is the javascript code of the page, obviously this liibreria declared jquery:)
$ (Function () (
$ ("# Mmm.") Click (function (event) (
event.preventDefault ();
$ ("# Panel_menu"). SlideToggle ();
[Code].....
View 5 Replies
View Related
May 16, 2011
I have a drop down menu who shows a list of page. Some links have subcategories. When I click to it that show the subcategory list. But what I want is when I click on another that close the previous one. Just one should be open. You can have a look at the screenshot:
[Code]...
View 4 Replies
View Related
Jun 14, 2011
i want to collapse all level at load in this site : [URL]
View 1 Replies
View Related