JQuery :: Not Functioning As Expected In IE?

May 5, 2010

I've built a website and have used JQuery for the 1st time. Everything works fine in Firefox and Safari but IE is really giving me a headache now! The site can be seen HERE When you roll over the main links a sub menu rolls out, when you roll over the next main link the sub menu in view scrolls back in and the one associated with the new link scrolls out - please view in either FF or Safari to see it working.

In IE the functionality of the menus just doesn't cut it??? the 1st two (Company and Services) seem to work as expected when you roll back and forth over them, but the last 2 (Portfolio and Contact) are really flakey??? They stay scrolled out when they should be scrolling back in, although sometimes they do actually scroll in, and on the last one (Contact) only one of the two links in the sub menu appears and then its not clickable????? Again please conpare between FF and IE to see what i mean.

Can anyone offer me some advice on solving this, i'm looking to get the IE version to work just as well as i have it in FF. Unfortunately I don't have any experience with javascript / jquery to fall back on so i'm just hitting my head against a brick wall at the moment.

[Code]...

View 3 Replies


ADVERTISEMENT

Script Not Functioning On Webhost But Functioning When Run Through Local Server?

Mar 5, 2010

I have created a site and on one page it uses 2 divs side by side to display text information. in the left hand div it contains 8 links. these links when clicked load up text stored in separate text files and display it in the right hand div.The code below was working when i ran it from my mac but when i try to load it off the webhost it fails to execute.

$(document).ready(function() {

$("#mc").click(function() {[code].....

View 1 Replies View Related

JQuery :: Fadein Is Not Functioning?

Sep 30, 2009

I'm doing some online tutorials and simple tasks.I'm getting an error on the function .fadein.can someone please tell me what is wrong with this code.[code]

View 4 Replies View Related

Jquery :: Send To Database Not Functioning?

Jun 5, 2011

first foray into ajax territory and it's not cooperatingThe PHP works fine if I define the variables and load the page independent of the ajax, so here's the otherwise relevant code (it's not mine):

rating page:
Code HTML4Strict:
<html>

[code]....

View 6 Replies View Related

JQuery :: Dynamic Checkboxes Are Not Functioning Properly?

Sep 10, 2011

I'm somewhat new to JQuery, working on my first mobile app and using JQuery mobile. I'm having a problem with my page. I had it "working" in JQTouch but JQuery Mobile looks a lot better, so I wanted to try it.1. I have a form with a list of flavors on it that you can mark as a favorite (checkbox).

<!-- Set My Favorites -->
<div
data-role=

[code]....

B - The style is somewhat a little off. Because all these DIVs are next to each other (I've tested a few manually) they should all be in one GROUP of checkboxes, but with my current code - its like each one is an individual button. So the CSS isn't getting applied completely correctly.

View 3 Replies View Related

JQuery :: Functioning Of Iframe (editor WYSIWYG)?

Dec 1, 2009

For my projet I need to creat an editor WYSIWYG (as CKeditor or WYMeditor [jQuery]) and after must research i see editor need iFrame for functioning.I don't understand when i can access to ifram..This is the creat code :

var myIframe = $('<iframe id="frame_'+myId+'" name="frameName_'+myId+'" frameborder="no" width="500" height="100">');
var myEditorBody = $('<div class="K_editor_body"></div>');

[code]....

View 1 Replies View Related

JQuery :: Cycle Not Functioning On My Wordpress Site?

Nov 3, 2010

I use this library for almost all my slideshows, and have not had a problem up until now. I know the JS files being referenced are correct, the image paths are correct, so what seems to be the hiccup here? I am willing to bet its something simple.

http:[url]....how the three images just stack now, with the jquery cycle plug-in they are supposed to fade.

View 2 Replies View Related

JQuery :: Transparent AP DIV Overlapping Cycle Plugin Not Functioning?

Apr 27, 2011

I am trying place an AP DIV which floats above a jquery cycle plugin slideshow. It uses transparency so you can see the images through the Div box percentage colour.

At the moment the AP DIV can only sit behind the jquery slideshow.

[Code]...

View 2 Replies View Related

JQuery :: Auto-advance Slideshow Not Functioning - Corrected Url Site?

Sep 27, 2011

View 3 Replies View Related

Date Dropdown Not Functioning

Oct 26, 2006

I have a form on my asp page with 3 dropdowns, day, month & year, but
for some reason, the day dropdown is displaying the 25th twice, instead
of 26th, then 27th?

I have this script in the <headof my asp page:

View 6 Replies View Related

Doctype Stops This Js From Functioning In Ie?

Sep 25, 2011

This <div> layer positioned always at bottom left of the screen on scrolling (and calling some code from labpixies) works well in non-ie browsers, but in ie it requires the omission of the doctype declaration. Why? Is it possible to fix it so that it works with the doctype in ie?

<!doctype html>
<html lang="en">
<head>
<title></title>
</head>

[Code]...

View 8 Replies View Related

Re ClearInterval Stops Script From Functioning?

Apr 12, 2011

I have a script that works until I add the clearInterval command, and I am not sure what I have done wrong.

The code is:
<script type="text/javascript">
function loadChatTalkRefresh(File,ID,Msg){
var xmlhttp;
if (window.XMLHttpRequest) {

[Code]...

View 6 Replies View Related

Slide Tool Not Functioning With Safari?

Feb 3, 2010

I have a issue with a sliding feature. Works with IE7 and FF but not with Safari on a MAC or a PC.[URL]..

At the bottom of the page is 'NEWER POSTS' and 'OLD POSTS' and when clicked the center area of the page should slide up or down depending on which is clicked.

Javascript code is:
function initFilter(){
init(); //thing
if( document.cookie.indexOf("leftcolumn15half_currFilter")!=-1 ){
feature = getCookie("leftcolumn15half_currFilter");

[Code]...

View 1 Replies View Related

Previously Functioning Script Not Responsive Anymore?

Mar 16, 2010

I have a CMS that was built for our company website that relies on some JS to upload media through a regular browser directly to be displayed on our site. There is a button one clicks to upload video. When clicked the file browser on your computer is supposed to pop-up so you can choose the media you would like to upload.This button no longer is responsive on any of my 12 mac desktops in any common browser nor my mac laptop which is on a different OS X version.

Here is the script from the page:

[CODE] <script type="text/javascript">
var upload1;
window.onload = function() {

[code]....

And here is where the button lies in the page:

[CODE] <input type="button" value="Upload file (Max 200 MB)" onclick="upload1.selectFiles()" style="font-size: 8pt;" />[CODE]

View 8 Replies View Related

Ajax :: Content That Contains Internal Script Is Not Functioning?

Jan 18, 2011

I have content coming in from an Ajax request. There are internal js variables being set on the page that don't seem to be registering. As a matter of fact, as a test, I can't even get an alert box to fire up.Though, when I run the page directly the alert triggers fine.

It's obvious I'm misunderstanding some basic information about Ajax calls, haha. What am I missing?

View 2 Replies View Related

Onmouseover Button Animation Stopped Functioning

Jan 1, 2010

on this site [URL]. There are no validation errors. firebug says my linkOut function is not defined... but I have this:

[Code]...

View 8 Replies View Related

JQuery :: Featured Content Slider Using UI Not Functioning Within DHTML Tab Menu Content

Dec 20, 2010

1) Script Title: Ajax Tabs Content Script (v 2.2) and Featured Content Slider Using jQuery UI

2) Script URL (on DD): [URL]

3) Script URL of Featured Content Slider Using jQuery UI [URL]

4) Script URL of my implementation of both script. [URL]

5) Problem: I've integrated the featured content slider in one of the default content section of the tab menu as you can see on the link on point 4. The slider is working perfectly when until i click on other tab menu and then back tab menu 1. The slider seize to work no more and worst the other featured content slides are appearing below the first one.

View 6 Replies View Related

JQuery :: Toggle Command Not Working As Expected?

Nov 7, 2011

I am trying to create some divs that hide and show when a link is clicked. There may be multiples on the same page and it each needs to functionindependently.

I've added it to jsfiddle : [URL]

When the user clicks a show more link the first time nothing happens. If you do it again the div expands as planned (great!). If you do it again to close it slides back up but then bounces straight down again (Not Great!). I can't figure out what I've done wrong!. Eventually I'm going to add more functions to show some hidden data as well.

View 4 Replies View Related

JQuery :: Checking For Radio Button Value, Still Not Working As Expected

May 10, 2010

I'm checking for a radio button's value and hiding/showing a node based on that value, but it's not working right. Two radio buttons: one's value is yes, the other no. If you click on yes, the div shows up. When you click no, it hides, so that works.

But I have a list of checkboxes that also may or may not show that element based on the radio button selection, and it's this part that isn't working.

$('[name="'+obj.name+'"]:checkbox').click(function () {
aThroughS = ($('[name="'+obj.name+'"]:checkbox:lt(19):checked').length > 0),
tSelected = ($('[name="'+obj.name+'"]:checkbox:eq(19):checked').length > 0),
rSelected = ($('[name="'+obj.name+'"]:checkbox:eq(17):checked').length > 0),

[Code].....

View 1 Replies View Related

JQuery :: Wrap() And WrapAll() Methods Are Not Working As Expected

Mar 4, 2010

Here is my code.. I am trying to wrap TBODY in DIV to have scroll for the tbody.. but it is not working as I am expected.

<!DOCTYPE html>

View 3 Replies View Related

JQuery :: Event Bubbling On Button Not Working As Expected In Firefox?

Nov 19, 2011

I have a<button>element inside of which I have 2<span>elements. I have 2 attached jquery click event handlers for each of the span elements so I can do whatever I like for each click. This is all working fine in Chrome and the click event is captured in the correct order: first on any of the span elements and then the event bubbles up to the parent button element. The problem is that in Firefox the click event does not fire for any of the span elements, just the button event handler logs the event as being fired.[URL]..

View 4 Replies View Related

JQuery :: Object Expected Error In IE - Ready Event Disappears

Nov 21, 2011

Have been hammering away at this problem for a couple of hours and found that the 'type' attribute of the jQuery script files is set to 'application/javascript'. This works in Firefox but not IE. When changed to 'text/javascript' the IE error on $(document).ready event disappears. As yet no apparent side effects have occured. This is the only scenario where I have seen 'application/javascript' ever used so why this instead of 'text/javascript'?

View 1 Replies View Related

JQuery :: Display Flickr For A Moment And Return To Size Different That Expected Using SlideUp, SlideDown, Hide, Show?

Feb 16, 2010

i am using jQuery UI1.7.2. and jQuery 1.3.2

<script type="text/javascript">
$(document).ready(function() {
// hides the slickbox as soon as the DOM is ready

[code]....

View 1 Replies View Related

Not Working As Expected In FF?

May 26, 2010

I have a HTML page with multiple dynamic check boxes that I select, click "add" and it adds a list to the users on the next page. This is my JavaScript function that deals with this:

<script language="Javascript">
function doSelect() {
//to avoid "unidentified" results, search elements by tag name

[code]....

View 3 Replies View Related

XMLHttpRequest Not Working As Expected

Jul 23, 2005

I am trying to implement XMLHttpRequest to a new website, but when I
include HTML, the code appears as is, instead of the formated HTML. Please
have a look and click the 1st link ("L'Association") on top (yello
horizontal bar on top): Code:

View 2 Replies View Related

Getting Object Expected Error

Jul 23, 2005

I'm receiving an "Object Expected" Error (Line:28, Char:7). I'm confused as to what is happening. I have virtually the same exact function in a different web page and I do not receive an error with this other page. Also, if I run this code in Fire Fox, I do not receive any error. Is there something that I'm missing? The error is pointing to "TextChanged();". Code:

View 2 Replies View Related







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