[jQuery] not working in IE.

2009-04-03 Thread Jake Weary
Hi. I'm new to JQuery. We have a system that dynamically generates pages from the database. The users want some of the pages changed. I'm trying to use JQuery to modify the pages on the fly so I don't have to mess with the vendor's code. below is my code as I'm just starting out. It works

[jQuery] nothing working in ie

2009-03-04 Thread annam
hi, im relatively new in jquery and although my script works fine in chrome and firefox nothing seems to work in ie. i've used a couple of debuggers in ie and they both point to my document.ready() line. i've searched for trailing commas which i know can cause errors but didnt find any this is

[jQuery] jquery not working in IE...period

2008-11-26 Thread whoompswhoomps
Hello all, I just uploaded jquery on my website, http://www.bloompocket.com. If you're looking at the homepage with FF or Safari, you'll see that there is 10px padding above the green ShareThis icon. However, in IE, that icon kisses right up against the text above it. I am using the following

[jQuery] Re: jquery not working in IE...period

2008-11-26 Thread Karl Swedberg
I don't see that script reference anywhere on the page you linked to. If you inspect the DOM in Firefox (with Firebug) or Safari, you'll see that the share_this class isn't being added in those browsers either. The 10px padding you're seeing is due to the br / tag that is just inside the

[jQuery] Not working in IE

2008-11-03 Thread Scuz
Hi, I've added a jquery lightbox to a website and everything looks fine except the background overlay is not showing up in IE (works fine in Firefox). Been digging around the code but just can't figure it out. Anybody have any ideas?? http://dessertsintl.com/products.html#8cakes ( click on

[jQuery] Not working in IE

2008-01-22 Thread StirolXXX
Hi! I have a small but pain-in-the-ass problem. Here is my code: var ExternalLinks_InNewWindow = '1'; function initSpoilers(context) { var context = context || 'body'; $('div.spoiler-head', $(context)).click(function(){ var code =

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Eridius
' }); }); }; $(document).ready(function() { setTimeout(ie_fix, 5000); }); /script -- View this message in context: http://www.nabble.com/jquery-not-working-in-IE-tp14407531s27240p14416882.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Karl Swedberg
' }); }); }; $(document).ready(function() { setTimeout(ie_fix, 5000); }); /script -- View this message in context: http://www.nabble.com/jquery-not-working-in-IE-tp14407531s27240p14416882.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Eridius
' }); }); }; $(document).ready(function() { setTimeout(ie_fix, 5000); }); /script -- View this message in context: http://www.nabble.com/jquery-not-working-in-IE-tp14407531s27240p14416882.html Sent from the jQuery General Discussion mailing list archive at Nabble.com

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Eridius
, 'source_change' : 'hotel' }); }); }; $(document).ready(function() { setTimeout(ie_fix, 5000); }); /script -- View this message in context: http://www.nabble.com/jquery-not-working-in-IE-tp14407531s27240p14416882.html Sent from the jQuery General Discussion mailing list

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Karl Swedberg
, 'source_change' : 'hotel' }); }); }; $(document).ready(function() { setTimeout(ie_fix, 5000); }); /script -- View this message in context: http://www.nabble.com/jquery-not-working-in-IE-tp14407531s27240p14416882.html Sent from the jQuery General

[jQuery] jquery not working in IE

2007-12-18 Thread Eridius
() { setTimeout(ie_fix, 5000); }); /script -- View this message in context: http://www.nabble.com/jquery-not-working-in-IE-tp14407531s27240p14407531.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.