JQuery :: Only Working In Safari (mac) And Not For Firefox Or Chrome?

Sep 15, 2010

Why is jQuery only working in Safari (mac) and not for Firefox or Chrome?

[URL]

View 13 Replies


ADVERTISEMENT

Randomiser Not Working In FireFox, Works In Chrome And Safari

Jun 29, 2011

we've got some pretty simple javascript that calls a random html file into a div on a very simple page. The called file contains a vimeo embed in an iframe.

This script works perfectly in Safari and Chrome, but not FF. in FF the first html file to be called remains, no matter how many times you refresh the page.

Is this due to FF handling iframes differently, or do I need to modify the script to work within FF as well as the others due to a nuance I'm not aware of? Perhaps the randomising part of the script is incorrecT?

$(document).ready(function(){
// each video's html filename needs to be added to this array
vids=['assets/jerkit.html','assets/ponytail.html','assets/goldenprize.html','assets/thedrug.html','assets/slipperyslope.html','assets/leavingtrails.html','assets/tooinsistent.html','assets/sisterwife.html','assets/senior.html','assets

[Code].....

View 8 Replies View Related

JQuery :: Images Loading In Firefox And IE But Not On Chrome Or Safari

Mar 21, 2011

I have a jQuery based gallery [URL] that will load thumbnails to the bottom of a page, however for some reason these images only load on Firefox and IE (Not Chrome or Safari). I'm not sure this is due to jQuery completely.

View 3 Replies View Related

JQuery :: Ajax Returns Data On Ie Safari And Chrome But Not Firefox / Sort It?

Apr 13, 2009

Can somebody take a look at this...

The white my notes section on the bottom left is a div area that is loaded with an Jquery Ajax call just like 2 other areas on the page. This works fine in IE, Safari (PC), Chrome but not in Firefox. It just shows blank white.

View 1 Replies View Related

JQuery :: Video Plugin - Works Great For Chrome But Not Safari Or Firefox

Mar 14, 2011

var myVideo = {

Having issues with the video plugin for jQuery. This works great for Chrome but not Safari or Firefox. In Firefox it just shows up as a grey box with a light grey 'X' in the middle, and in Safari as nothing. I'm guessing it's something about the MIME but I have no idea what to do about that.

View 1 Replies View Related

JQuery :: Click Event Works With Opera And Firefox, Does Not Work With IE, Chrome And Safari

Oct 30, 2010

I have two select lists that have option lists that are created from external XML lists that contain course offerings available at different locations. Each location has a different set of course offerings. When a user selects a location, the javascript code will hide / show the option entries that correspond to the course offerings for that location. If a user selects a course offering, the javascript code will show / hide the locations that offer those courses.

Click events are attached to each of the Option entries with the code below. The code works correctly with Firefox and Opera, but the click events are never triggered in IE, Safari or Chrome. The Chrome debugger seems to indicate that the click events get set up in Chrome (although I am not sure where JQuery saves event handler data). Each option entry has a unique ID tag.

$(".locn_option_select").click(function (locnevent) { // Set up click action on the option entries
locnevent.preventDefault;[code].......

View 1 Replies View Related

Works In IE But Not Firefox Or Safari Or Chrome?

Jun 2, 2011

why the following works in IE but not the other browsers?

It's the "Select category..." jump menu at this URL: www.savasbeatie.com/books.htm

<TD>
<form name="whichCat" style="margin-bottom:0" method="get">
<select name="catChoice" onChange="sendValue(this);">
<option class="news4" value="javascript:location.reload(true)" selected>Select Category...</option>

[Code]....

I think it has something to do with the ID of the frame, (from Googling the error and reading some other posts,) but can't figure out where to put the tag.

View 2 Replies View Related

JQuery :: Cluetip Not Working In IE, Safari And Chrome FF Is Fine?

May 30, 2010

I'm using Cluetip to display some additional information.It all works fine in FF.In IE I see a message that the file could not get loaded. In Safari and Chrome I don't see the "mehr" button at all.[URL]..

View 1 Replies View Related

JQuery :: Xml Attribute Not Working In Safari And Google Chrome?

Dec 4, 2009

Here is the code snippet. the var url is undefined in some browsers.

$.ajax({
url: "rss.php",
cache: false,
success: function(rss){

[Code].....

This works fine in IE and Firefox. But Google Chrome and Safari fails.

Using an rss plugin produces the same error, so it seems to be with jQuery.

View 1 Replies View Related

Jquery :: Sortable Not Working In Tabs On Chrome - Safari

Nov 23, 2011

I have a web site that contains jquery tabs and one tab consists of a sortable jquery. Although the sortable works induviduallay it doesnt work when it is put into the tabs.

My tab code is as follows.

And the sorting code is as follows:

The tabs and sortable is in the following link.

[url] (The sortable here is working)

[url](Here it is not working)

View 3 Replies View Related

IE8 / Firefox Not Rendering An Iframe Like Chrome And Safari Does - Fix It?

Mar 14, 2011

The following link when viewed with Chrome (Windows XP) the contents of the iframe take up the remainder of the window and looks fine. When viewed with IE8 (Windows XP) or Firefox (Windows XP) the contents of the iframe shows up in a much smaller scroll box window that is only using a small percentage of the available window.

Safari (Mac OSX) also renders the iframe the same way as Chrome.

Firefox (Max OSX) has the same rendering problem as Firefox (XP).

What coding changes do I need to make so that IE8 and Firefox act like Chrome and Safari and use the rest of the window for the iframe contents.

View 3 Replies View Related

IE8 / Firefox Not Rendering An Iframe Like Chrome And Safari Does?

Mar 14, 2011

The following link when viewed with Chrome (Windows XP) the contents of the iframe take up the remainder of the window and looks fine. When viewed with IE8 (Windows XP) or Firefox (Windows XP) the contents of the iframe shows up in a much smaller scroll box window that is only using a small percentage of the available window.

[URL]

Safari (Mac OSX) also renders the iframe the same way as Chrome.Firefox (Max OSX) has the same rendering problem as Firefox (XP).What do I need to do to make IE8 and Firefox act like Chrome and Safari and use the rest of the window for the iframe contents.

View 4 Replies View Related

JQuery :: Test Code Below Validates A Few Fields Successfully When Tested Using Safari, Opera, Firefox And Chrome?

Mar 22, 2011

The simple test code below validates a few fields successfully when tested using Safari, Opera, Firefox and ChromeDatepicker does not work in IE, although the validations do work as expected. Is there an issue with datepicker and IE? Is there a condition in my code that inhibits IE?

//// page code follows ////
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

[code]....

View 2 Replies View Related

Jquery :: .hover Not Working In Modal Popup In Safari/Chrome

Jun 10, 2009

I am using jquery to do two things: - load a modal popup which loads an html page (I'm using facebox) - in the modal popup, I have before/after states of the image, which is handled by a little jquery code

In FF and IE everything works correctly. In Safari and Chrome, the modal popup works, but once the popup loads, the before/after states of the image does not work. I can't seem to find a solution to this.

I am loading jquery on the home page (index.html) but I do not have it being loaded in the modal popup html pages. Is that the problem?

I have a link to show this, but am unable to post it due to my new membership status. You can PM me for the link.

Here is the before/after image state code:

Code JavaScript:
origImage=null;
$(function() {
$("#myImage").hover(function() {

[Code]....

View 2 Replies View Related

Script Works In Safari, Firefox, Chrome But Error's In IE8?

Mar 9, 2011

If you select a Training Event from the menu - "Submit This Record" will appear - click on it. Three alerts should come up - the first two showing data elements (normally not there but I needed to replace some code for this demonstration as the "real" page interacts with my live database), and the last saying "data submitted". In Safari, Firefox and Chrome these all work fine but in IE8 (Explorer) it gives an error on page error ...

If you click on the Volunteer Events radio button, an alert show ups that shows some more data elements (again normally not there), then select a Volunteer Event from the drop down list, make selections from any drop down lists that then appear after that until finally several other form items appear. You must enter a date, and at least one entry from the "Volunteer Activity Itemized Times" drop down menus before you click on "Submit This Record" - the same three alerts should come up - and like the Training Event, everything works except on IE8. (could be that this is also a problem in versions lower than IE8 but I don't have access to a machine that runs Windows (I am a MAC user).So if anyone out there is running IE8, I would appreciate if you could put this app thru it's paces and when you get the error - shed some light as to what is not right in the Explorer world that the rest of the world is OK with

View 8 Replies View Related

.height() Fine In Chrome, Opera & Firefox But Not IE8 And Safari?

Aug 1, 2010

It does NOT work fine in IE8 or Safari. In both these browsers the height of the DIV that's being set is usually shorter than the other DIV it's being aligned with.Here's the code I'm using to resize the problematic DIV:

Function resize(height) {
$(document).ready(function(){
var div = $( "#annoucement-area-243" );

[code]......

View 8 Replies View Related

JQuery :: Adding Specific Class For Loading Content Using Load() Not Working In Chrome/Safari?

Jun 24, 2010

I'm using a function to load a page into a div. When I add the class of the element I want to show (.contentpaneopen) Chrome and Safari show no content. It works OK in IE and FF.When I ommit the class it works on all browsers.

function loadContent(elementSelector, sourceUrl) {
//Works in Chrome en Safari:
$(""+elementSelector+"").load(""+sourceUrl+"");

[code]....

View 1 Replies View Related

Stopped Working In Chrome/Safari - Still Works In IE

Dec 15, 2010

I am using javascript to change the buttons on my website so that they load up a different image when hot spots on the buttons are hovered over.

Everything has been working great, but this morning I tried checking out my site and for some reason the javascript wasn't working in Chrome, or on my iphone using Safari. I tried it in IE and everything still works.

Any ideas on why it would stop working for those two browsers?

Here is the javascript:

I'm not sure if seeing the html the js is referencing will help at all, but here it is just in case:

View 1 Replies View Related

Onclick Option Value Not Working In IE Chrome Safari?

May 4, 2011

I have been developing a code for changing currency on onclick

here is a demo code

<form id="setCurrency" action="{$request_uri}" method="post">
<select name="language" class="language">
<option value="">Select Currency</option>

[code]...

It works fine for firefox but not for all browser

View 1 Replies View Related

PNG Background - Page Works Fine In Other Browsers (Chrome - Firefox - Opera - Safari) But Not Good In IE8

Feb 8, 2011

This page [URL] works fine in other browsers(Chrome, Firefox, Opera, Safari), but not good in IE8

View 1 Replies View Related

Onload Not Working In IE, Google Chrome, Safari And Avant?

Nov 23, 2011

Firefox works a dream, but in IE, Google Chrome, Safari and Avant javascript does not run at all. Looking at the code it may be the body 'onload' that is not firing?the javascript

/*Script by FPMC at http://jsarchive.8m.comSubmitted to JavaScript Kit (http://javascriptkit.com)For this and 400+ free scripts, visit http://javascriptkit.com*/
src = ['../images/Intro_01.png', '../images/Intro_02.png', '../images/Intro_03.png', '../images/Intro_04.png', '../images/Intro_05.png', '../images/Intro_06.png'];//set image paths

[code]....

View 4 Replies View Related

JQuery :: Working In Firefox But Not In Chrome?

Apr 25, 2011

the following line of code is NOT working in chrome/safari as it is supposed 2its working perfectly in firefox and Operaowever:$('#box8').delay(1100).animate({"left": "+=300px"}, 5000);in firefox/opera the div box slides from its place to the right 300pxbut in chrome/safari it suddenly jumps to the right and then slides to the left 300px leaving it half through the page!

View 2 Replies View Related

JQuery :: Code Not Working In Safari And Firefox?

Nov 25, 2010

Why does my below code not work in Safari and firefox? The below code does not call my page method.but it works on IE. Is there any thing need to enable Ajax mehod call.

[Code]...

View 3 Replies View Related

JQuery :: Ajax Post Not Working In Firefox And Safari

Oct 22, 2010

I am doing simple Jquery ajax post to php and I am very new to three languages.[code]...

View 1 Replies View Related

JQuery :: Ajax Post Not Working On Mac - Safari And Firefox

Mar 4, 2011

My website has a JQuery dialog with a textarea where the user can type a text and submit. The submit is an ajax request to the server.

This is the code:

I can see the request on Firebug, so I added and error_log to my code.

The ajax request works perfectly on Firefox, Chrome and IE on PCs, but it does not work on Mac.

View 5 Replies View Related

JQuery :: Script Not Working In Firefox But Fine With Safari And IE 9

Apr 27, 2011

I am newbie& have following script: (Ajax Request)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]">
<html xmlns="[URL]">
<head>
<script type="text/Javascript" src="jquery.min.js"></script>
<script type="text/javascript">
function get(){ .....

This code works w/o any problem in IE and Safari but does not work in firefox.

FireBug States:
invnew is not defined
get(
) new-at...da.html (line 8)
onclick(
)
1 (line 2)
event
=click clientX=44, clientY=435
$.post("data.php", {ChandaType: in...ChandaType2: invnew.paydate.value },

View 1 Replies View Related







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