JQuery :: More Than One <li> Css One Single Page?
Oct 6, 2010
greetings i am using quite a few different js plugins for my websites, and recently i have come into a problem with my <li> tag i have two menus that are using it and need two distinct css codes for them.
can i make two different css for li or inline code them what are my options? problem in a nutshell. main menu with one set of css <li> gallery images also using <li> the css of the gallery is conflicting and completely ruining the <li> for the main menu.
View 1 Replies
ADVERTISEMENT
Jan 16, 2010
I have developed one project and in that i have taken two css now i want to add jquery effects in that, But my display is not properely adjusted and extra enlargement is done so how i can add jquery in my php project without affecting another effect? And one more thing where i can get the jquery effect codes?
View 1 Replies
View Related
Dec 30, 2011
i have a series of pages that i only want view once and then ended ...is the a way to disable a page after a single view with jquery? or something to delay the next view to give me time to kill link.
theres pages are running off a random page selector
View 1 Replies
View Related
Apr 20, 2010
Is there a simple way to just hide some text in a page? Browsing the documentation I found the .hide() function. But how can I tell jQuery to hide all occurrences of a specific string? If I use the :contains() Selector I can find the text but can only hide the element that contains the text not just the text.
View 2 Replies
View Related
Jul 1, 2010
I have two Jquery scripts , I need to load them into a single page. The scripts work fineseparately, but when I try to load them into single page, only one of them works
This is my code for loading the two scripts:
View 2 Replies
View Related
Apr 15, 2009
I am not able to use jqGrid and jquery lightbox plugin in a single page. Its shows an error i.e. Lightbox was not able to find it's javascript script tag necessary for auto-inclusion. What does it mean ?
View 1 Replies
View Related
Sep 19, 2010
My site's working perfectly in the other browsers, and when I delete line 28 (see below) it works in IE but not exactly how I want. Is there a way to retain two jquery references on a single page in IE?
This is the head section of my code:
View 3 Replies
View Related
May 28, 2010
I am working on single form divided into multiple pages using <div id="">. I am using next and previous buttons <input type="button"> to navigate between these pages but I am unable to validate each page before moving to next page using next button.
I am displaying next page form by using "element.style.display = 'none' & element.style.display = 'block' " method.
How to with validation on the current page before moving to next page.
I am adding my code below:
View 4 Replies
View Related
May 7, 2009
I am using both horizontal and vertical tab menu's in a single page. And on click of horizontal tab should select the corresponding vertical tab and along with the data linked to vertical data will be displayed in different div on the page. I am stuck with how to poputale these using jquery.
View 1 Replies
View Related
Jan 11, 2012
We are building a web app that will require non-technical people to build and edit a single HTML "home page". Ideally it would allow them to add blocks of text and images to the page, change simple styles, and add and maintain links.
I don't even know how to go about searching for such a thing. It's basically like a single page simple CMS. Something like CKEditor could be used for the individual blocks, but I was wondering if there was anything out there that allow us to put this together rapidly via the power of jQuery.
I found "editease" [URL] which looks close... but it's a bit out of date and it depends upon PHP. We run ColdFusion, but could port over PHP if we needed to.
View 1 Replies
View Related
Jun 29, 2010
i am facing problem with JQuery Scrollable menu, i am trying to placing 2 scrollable panels on a single asp.net page. When there is one panel every thing works fine but when i copy and paste the code so my web page contains two panels vertically, the thing doesn't work, the tow panels just hanged!!
[Code]...
View 2 Replies
View Related
Jan 19, 2010
How to use multiple .js files in a single web page??Is it possible to use both external .js file and inbuilt java script functions in a single page?
View 1 Replies
View Related
Feb 11, 2010
I have this script which is set to generate random anagrams of my name in rotation which works fine, but I can't work out how to put multiple instances of it on one page.
The code is:
And i'm calling the function using:
View 3 Replies
View Related
Jun 30, 2010
Ok so i'm trying to write a Greasemonkey script to change all the hrefs on a single page. The href by default looks like this:
<a href="javascript:get('246154895')" class="postid">ID</a>
What i'm trying to do is make the number from get() appear in stead of "ID". How should i get this done? I started up with this:
var posts = document.getElementsByClassname('postid');
for (i=0; i<posts.length; i++) {
//Replacing
}
But i doubt it will work, since there are other items with the class "postid" that aren't related to these tags i'm trying to change.
View 5 Replies
View Related
Jun 22, 2011
Is there a way to disable a SINGLE script on the page, something that a user can click and it disables only the script choosen?
View 2 Replies
View Related
Aug 13, 2009
I am using window.print() for print the web page, its working fine but i want more than one copy each and every time the the window will pob and ask me to select the printer name instead of that i want to pass the printer name through code if possible to print like this.
View 2 Replies
View Related
May 7, 2011
I have a single form on a single page with some js that is supposed to take the first and last name entered and add them to the select list. There seems to be some kind of communication stop between the js and html, because nothing happening.
Here is the code:
<script language="javascript" type="text/javascript">
/* <[CDATA[ */
function Member (){
this.lastName = "";
this.firstName = "";
this.position = "";
this.phone = "";
this.email = ""; .....
View 1 Replies
View Related
Aug 17, 2006
I have a question about using embedded Google Videos on my site. Does
anyone have tips for allowing user to switch between videos (5) on the
same page? The caveat is that only one would be showing at a time. I
imagine it would require javascript coding. If so, would you have any
examples?
View 3 Replies
View Related
Jun 8, 2007
I'm poking at a small "single page application" (SPA), ala TiddlyWiki,
to act as kind of a local, single-user version of Twitter (no real
application, except to familiarize myself with JavaScript). Right now
I'm using a hidden field to hold JSON, which is currently my flat-file
database of posts.
Is there a better way to store JSON data in a SPA other than hidden
fields? I'm Googling now to allay or confirm my concerns, but I'm
worried that there may be some upper limit to how much data you can cram
in the value of one.
I'm using JSON mostly because (a) I really prefer it to XML in
JavaScript applications, (b) it seems (key word, "seems") smart to
separate my post data from posts (so I can show n-number of posts at a
time), and (c) I really dislike parsing XML in JavaScript when JSON
seems like a viable alternative. (Though, given my size/space if JSON
isn't going to work, I'm not averse to using XML.)
View 1 Replies
View Related
Dec 18, 2009
I am code a printing report web application, the report is simplest display on HTML form and using window.print() to print it out.
The report can be vary to 2 or more page depend the no. of record retrieved. I have a idea to print multiple page with user single click. Any method to make it real?
View 3 Replies
View Related
Jul 9, 2009
I have a php page with java script embed in it, i have 3 forms in a single page ... namely form1, form2, form3 . form 1 and form2 have a text box , these text boxes get input from users. Now my task is to get the value of these 2 tex boxes in form3 when the user click the submit button, so that i pass the values in those text boxes to next page for calculation.
I tried the following code in form3 but it result in vain :
View 5 Replies
View Related
Aug 17, 2011
I am having trouble creating two slideshows on a single page. I know that there is a problem of one slideshow overriding the other, but I can't figure out what to change or where in order to make both functional. I've seen other posts related to this, but those I've tried don't work for me. Here's my partial code...I only included the parts I think are necessary.
<script language="JavaScript1.1">
var slideimages=new Array()
var slidelinks=new Array()
function slideshowimages(){
for (i=0;i<slideshowimages.arguments.length;i++){
slideimages[i]=new Image()
slideimages[i].src=slideshowimages.arguments[i]
} } .....
View 1 Replies
View Related
May 29, 2011
I have about 10 JQuery Books and they all talk about using Ajax(JQuery Load function) to insert either an HTML page or fragments of an HTML page into another page.
However, amazingly none of these books mentioned getting multiple items using the same function(document.ready).
Here is what I mean. I have a document.ready function which I use to get specific content from a page. However, to get additional items, I need to set up additional document.ready function.
So if I was retrieving 3 sets of content from a page, I will set up my script like this:
Code:
And the HTML
Code:
Is there a leaner better way to do this? Again all the books tells you how to grab a content, which I have done but do I have to create a new function for each item?
View 4 Replies
View Related
Aug 17, 2010
I'm new to javascript. I want to make multiple adjustable countdown timers on a single page. I've got a single timer working:
Code:
<script type="text/javascript">
var sec = 10; // set the seconds
var min = 00; // set the minutes
function countDown() {
sec--;
if (sec == -01) {
[Code]...
View 2 Replies
View Related
Oct 13, 2009
I tried "sticky, with arrows" (4th one) of cluetip-1.0.4 package. It's working fine. But when I used the same in multiple links in same page, only one is working.
At present the html code is :
View 1 Replies
View Related
Mar 31, 2011
We have a verylarge web application that has a top page with multiple, childIFrames living "above" it. We are beginning to use JQuery and wonder if it might be possible to have a single copy of JQuery residing on the top page and reference it from multiple IFrame child pages. The goal is to reduce the memory footprint by avoiding the need for a copy of JQuery in each child IFrame.
View 1 Replies
View Related