Working On One Page And Not Other

Sep 10, 2010

I have a tab that scrolls through images in a frame through javascript. It works in one page, but not the other. I'm trying to get the page not working to work, obviously. I also have checked and temporarily fixed validation errors, and that doesn't help.

Working page: [URL]

Same images in different page: [URL]

I've been trying the "BDirect lists" on both pages. Java: "new SimpleSlide". Just when I think I am close, I can't get it to work.

View 3 Replies


ADVERTISEMENT

JQuery :: Goes To The Save_edits Page Instead Of Just Using The Post And Staying On The Original Page - Mozilla Not Working

Apr 12, 2011

I have the following bit of jQuery:

Code:
$("#save_photos_all_continue").click(function() {
event.preventDefault();
var $black_white_all = $("#black_white_all").is(':checked');
var $color_all = $("#color_all").is(':checked');
var $other_all = $("#other_all").is(':checked');
[Code]...

In Google Chrome it works fine but in Mozilla/5.0 it actually goes to the save_edits page instead of just using the post and staying on the original page.

View 2 Replies View Related

JQuery :: Working In Html Page But Not In Aspx Page?

Apr 7, 2010

I have a html document with some jquery which is working fine...i pasted the same code in aspx page but its not working properly...i am not able to make out where the problem lies...

View 3 Replies View Related

3 On One Page But Only One Not Working?

Nov 17, 2011

I should start off saying I dont know the first thing about java script programming. I have 3 scripts on one of my pages, the first script is for a slide animation, the second is a hover intent script and the third is a headline animation script.

I know if I comment out the hover intent script, the first and third script work. So my question is how to get the hover intent script to work correctly and behave with the other 2 scripts on the page. I read your post on "on body load" or "runscripts" calls with 2 scripts but I could not find such calls in these 3 javascripts.

The hover intent script does not do what I want it to do on any of the pages that I have installed it on. When you first load the page the menu items are sitting above the slideshow and when you hover your mouse over the navigation from left to right they sort of jump and its not until you get to the contact image at the end that the slideshow moves into the correct position and then if you go back and hover over the home image the slideshow jumps up and down.[URL]...

View 2 Replies View Related

Lightbox 2 Not Working In Page?

Jan 6, 2010

When i click on an image, it just opens in a new tab, lightbox doesn't work?!

$jq_add_div_strings = '';
$jq_div_classes_csv = '';
$counter = 0;

[code]....

View 1 Replies View Related

Return To Last Page Not Working?

Apr 6, 2010

I used this part on my pages with success, but after moving it into a list it is not working at all anymore:

<ul class="languagelist">
<li class="info"><a href="#">Read this page in English</a></li>
<li class="info"><a href="#">Read page in Russisch</a></li>
<li class="back"><a href="javascript:history.back()">Return to last page</a> </li>
</ul>

View 6 Replies View Related

Get Animation On Page - Not Working

Sep 12, 2010

I'm trying to get animation on my page and i can't seem to figure out why this is not working, can anyone give some insight?

[Code]...

View 5 Replies View Related

Multiple Not Working On Same Page?

Aug 2, 2011

I am a newbie for JS. I am unable to use two javascripts on a single page. Can someone help me as its not working perfectly? The Iframe scroller is not scrolling the messages smoothly.

[Code]...

View 1 Replies View Related

JQuery :: Download Page Is Not Working?

Oct 25, 2011

The download functionality is not working. If i try the Quick Downloads link it either brings me to a page that displays gibberish (trying to display the .zip) or if it actually allows me to download the .zip it is corrupt.When i try to custom the download and I click download it just redirects me back to the page and nothing happens

View 1 Replies View Related

Submit() Not Working On HTML5 Page / What To Fix It?

Nov 28, 2011

In an HTML5 document I have a form code...

At the bottom of the form, I have a submit button that calls Javascript validation code...

Result: Error: document.ContactForm.submit is not a function

If I place a page from another site in this site and modify it as needed to work with the cgi document, everything works. Then I can copy the validation code that worked into the HTML5 page and it fails.

The only difference I can see is that one page is XHTML Transitional and the other is HTML5 so apparently there's a trick I don't yet know about using Javascript and HTML5.

View 4 Replies View Related

Flashing Text, Working Once On A Page But Not More?

Apr 26, 2009

I have this within the <head> tags:

<body onload="changeColour('blink');">
<script type="text/javascript"><!--
function changeColour(elementId) {
var interval = 500;

[Code].....

It works fine once, bu

View 1 Replies View Related

Page Peel Not Working In Explorer?

Oct 22, 2010

I have page peel on my site www.lightuplondon.com which works in firefox but not in internet explorer, but can't work out why?

View 1 Replies View Related

Two JS Codes In One Page - Only Bottom Working

Dec 16, 2010

I am trying to use these two js codes in one page:

[url]

[url]

They both work perfectly fine except when both linked up at the same time. Only the last one will work. I've tried to find how the codes are working when the page loads in order to fix that problem but I cant figure it out for these two specific codes.

View 3 Replies View Related

Jquery :: Slider Not Working On Page?

Feb 20, 2009

I cannot get two of my three jquery sliders to work on my page. I have three in total the first one works perfectly.. but the second two do not I have checked and double checked but cannot see the issue. The 2nd and 3rd do not display but their buttons prev and next are displayed.. the web address is Site Example

[Code]....

View 9 Replies View Related

Jquery :: Stopped Working On Page?

Feb 9, 2011

I've been working on building a site and I was styling a form via css when I realised after I finished that the jquery I'd spent the day working for some reason has stopped functioning.When I say stopped functioning I mean selectors work, classes applied via css etc work, things are working but transitions via coda slider and jflow plus i've put in aren't coming in for no explicable reason. Atleast to me, its frustrating having spent a bit of time working on these respectively. When I check it in firebug the 'slides' change and when I close firebug it switches back in jflow and coda just isn't working but css styles are being applied. I'm really hoping this is something my end rather than a screw up somewhere, I can't see what I would of done though just by editing CSS.

The site is http:[url]...

View 3 Replies View Related

JS To Resize Text Across Page Not Working

Jun 10, 2011

I have a page that needs to have accessibility features for people with poor vision, namely, I need them to be able to resize the text across the page.

[URL]

I know you can do this through the browser, but my company wants me to have it in the page.

Also, I've used most of the code from our head office, but I can't figure out why it won't work on my page.

ps. Also most of the other javascripts on the page are not working (like the contrast, but I'll tackle one thing at the time).

View 11 Replies View Related

JQuery :: Cannot Seem To Get These Two Scripts Working In The Same Page?

Oct 19, 2011

i know this question has been asked before. the thing is (although explained very clearly in similar posts) i cannot seem to get these two scripts working in the same page.a working version?script 1:

<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>

[code].....

View 7 Replies View Related

JQuery :: Can't Get Datepicker Working In ASP.NET Content Page?

Sep 10, 2009

Newbie to JQuery Datepicker here. I'm trying to use it in an ASP.NET C# form content page with no luck. I've even tried moving the scripts to the Master page, even though I'd prefer to just use it on a few content pages. Below is my code. Could someone please show me what code changes I need to make to get this working?

[Code]...

View 2 Replies View Related

JQuery :: DatePicker Not Working In An ASP.Net MVC3 Page / Fix It?

Jun 13, 2011

I seem to be have a problem getting a date picker to work in an asp.net mvc3 page.

It works fine in a regular HTML page IE[code]..

View 2 Replies View Related

JQuery :: Dialog Not Working Well If Page Scrolled Down

Jul 22, 2010

I have a page which has large contents. If I open the dialog when page is has been opened, the dialog is fine and it closes well. Now, If I have opened my main page and scrool down to page and at the end there is a link for opening dialog, then the dialog opens to current window position and page is scrolled up to top. Now dialog has been opened but it is too below that I cant see it. I have tested that when we scroll down the jquery function takes the scrooled position as its top position and so opening popup for that relative position.

My code is.
$dialog.dialog({
title: title,
autoOpen: true,
width: width,
height: height,
modal: true,
resizable: true,
autoResize: false,
position: [0,0],
overlay: {
opacity: 0.3,
background: "black"
}}).width(eval(eval(width) - horizontalPadding)).height(eval(eval(height) - verticalPadding));
How I can open it on top of page?

View 1 Replies View Related

JQuery :: Image Slider Not Working In New Page?

Jan 10, 2012

I have a working version of a jQuery image slider that can be seen here. I am trying to implement this into a new website and have copied the code exactly but for some reason the images are not rotating or switching when the thumbnails are clicked. The new slider can be see here - I have it in a test page so that there is no possibility of any other scripts conflicting.

View 2 Replies View Related

JQuery :: Show Hidden Div On Page Not Working In IE9

Jul 22, 2011

So I just finished developing a big app in FF, Chrome adn Safari where everything works great. I switched to IE expecting maybe a few bugs, but almost NONE of my jQuery works. Just to test I put together a simple page to test basic jQuery and it still doesn't work:

[Code]...

I just have a hidden div on my page and want to show it and it doesn't work.

View 7 Replies View Related

JQuery :: Response Not Working After Page Has Been Loaded?

Jul 23, 2009

I am trying use the Load function and it looks partly succesful:the script code is:

function doCallBack(action, value)
{
if (action == 'projlokatiemutaties')

[code]....

Projectlokaties1 contains an XML control and the content is being transformed using Xslt. As far as I can see the html variable contains
the correct value. However the Response.Write() operations fails completely. As a matter of fact at this point any Response operation fails.

View 1 Replies View Related

JQuery :: Return False Not Working - Still Goes To The Top Of The Page

Sep 1, 2010

Probably an easy one, I have the following code...

[Code]...

However whenever I click on the link it still goes to the top of the page.

View 1 Replies View Related

JQuery :: Row Hover Not Working On Second Page Of #pager?

Jun 22, 2009

I'm using tablesorter plugin with the pager plugin. I created a row hover function because I couldn't get the tablesorter rowhover to work. This one works on the first page of the table but subsequent pages don't get the function (assigning the class) applied.

This is my function:$(document).ready

(
function()
{
$('#tablesorter tr').hover

[Code].....

View 3 Replies View Related

JQuery :: Submit Function Not Working On Page?

May 8, 2010

I wrote this small page and for some reason when I click on the submit nothing happens (checked on firebug, no submit is happening)

<html><head>
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript">
$('form#login').submit(function() {
$.ajax({
type: 'POST',
url: '[URL]',
data: this.html(data),
success: success,
dataType: dataType
})});
</script>
</head><body>
<form action="#" id="login">
<input type="textbox" id="UserName" value="user">
<input type="textbox" id="Password" value="password">
<input type="submit" value="submit">
</form></body></html>

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved