[jQuery] IE problem

2010-01-15 Thread Valerij
Hi guys, I have this annoying problem with IE that makes no sense, I have these pop ups which works perfectly in all browsers but IE, in IE it works great the first time - I can open all of the tabs once, but after I close them all, I cant open the first one, but others works fine! Then if I refres

[jQuery] ie problem modifying html.

2009-11-23 Thread m.ugues
Hallo all. I got a strange issue with IE (all versions). I have an homepage that defines an iframe. >From the iframe content i modify the head to append a css in this way, http://pastie.org/711448 Then I append from the iframe a div in the parent that uses a css class in the just injected css. A

[jQuery] IE problem with each function

2009-04-14 Thread Zhx
here is my code, it works fine in FF, but in IE, the "index" message did not popup. Anyone could give me a suggestion to figure out this? jQuery("#demoform dt").each(function(index,domEle){ if (jQuery(domEle).text() == "ISSN:") { alert(index);

[jQuery] IE Problem Animating opacity on a Alpha PNG

2009-02-27 Thread Liam Potter
I've come across a problem animating the opacity of a png (background or image) which has alpha transparency. This seems to be a browser bug, but someone may know a hack. This affects all versions of IE, right up until the latest version of IE8. Has anybody experienced this, and knows a way a

[jQuery] IE Problem with (function($)

2009-01-13 Thread Aryan
I have a problem with Internet Explorer ( all versions ) . The following is my JQuery Code , which executes perfectly in mozilla and chrome.. But it doesn't work in Internet Explorer. It says : Syntax error ( line 1 )... Can anyone help me out here.. Thanks for your time in reading this. (functi

[jQuery] IE Problem

2009-01-05 Thread jhm
The following code works in Firefox and Opera, but does nothing in IE. The problem is the loading of the json file. Am I missing something? $(document).ready(function() { alert('two'); $.getJSON('./files/v-winter.json', function(data){ alert('three'); $('tbody.schedule').e

[jQuery] Re: jquery IE problem

2008-12-11 Thread Hobo
First impressions from a user end is that the site is super slow. (I'm Firefox 3 on Ubuntu). Your page load time for me was around 11 seconds. Just by enabling firebug, I found an error in one of your JS files: [Break on this error] wrote: > I have a test site, and everything works so smooth, b

[jQuery] jquery IE problem

2008-12-11 Thread mysterbx
I have a test site, and everything works so smooth, but ie makes the animations s ugly... please help me out, here's my script: http://www.bxsearch.com/x/jquery2.js and the test is here: http://www.bxsearch.com/x/ what is wrong with it?

[jQuery] IE problem

2008-12-04 Thread luke adamis
Why isn't tis working in IE? $(document).ready(function(){ //tabber var e = $('.promotion_content').length; var n = Math.floor(Math.random()*e); $('#promotion_holder > .promotion_content').hide(); $('#promoti

[jQuery] IE Problem with jquery in dynamically loaded iframe.

2008-08-31 Thread ScottyUCSD
This is a simplified example of an app that I'm working on. Can anyone figure out why this isn't working in IE6? I don't know if the iframe isn't loading the jquery.js file or if it's something deeper. Either way it isn't doing what it's supposed to do. When you click the button it should load new

[jQuery] IE Problem

2007-12-18 Thread camainc
I'm having a problem with the jquery.fn.offset = function() in jquery-1.2.1.js using IE 6.0. In trying to step through the code in Visual Studio (not easy), the debugger kept throwing me out of the code at the very top of the function. I finally figured out that in the line var left = 0,

[jQuery] IE problem

2007-09-19 Thread Jonathon Stierman
Hi all -- This is my first foray into the jQuery library! I'm working on an Accordion -- and I've got everything running smoothly in Firefox, but for the life of me I cannot get this example to function using IE: http://www.learningjquery.com/2007/03/accordion-madness It functions just fine o