[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 perfectl

[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 tag that is just inside the pa

[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] 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 eith

[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 = $(this).next('div.spoiler-body'

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Karl Swedberg
{ 'change': 'travel_week', 'destination': destination_select, 'hotel': hotel_select, 'travel_week': travel_week_select, 'source_change' : 

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Eridius
'hotel': hotel_select, >>>>'travel_week': travel_week_select, >>>>'source_change' : 'travel_week' >>>>}); >>>>}); >>>> >>>>

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Eridius
;travel_week' >>> }); >>> }); >>> >>>$('#select_hotel_filter').change(function() >>> { >>> //select values >>> var destination_select = $('#destination_filter').va

[jQuery] Re: jquery not working in IE

2007-12-19 Thread Karl Swedberg
lt;pre style="margin: 0em;"> { 'change': 'travel_week', 'destination': destination_select, 'hotel': hotel_select, 'travel_week': travel_week_select, 'source_change' : 'hotel' }); </pre><tt>$('#select_destination_filter').load('/lib/ajax/community/search/ </tt><tt>filter_update.php', </tt><pre style="margin: 0em;"> { 'change': 'destination', 'destination': destination_select, 'hotel': hotel_select, 'travel_week': travel_week_select, 'source_change' : 'hotel' }); }); }; $(document).ready(function() { setTimeout(ie_fix, 5000); }); -- 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
'#select_destination_filter').empty(); > > > $('#select_travel_week_filter').load('/lib/ajax/community/search/filter_update.php', > { > 'change': 'travel_week', > 'destination': de

[jQuery] jquery not working in IE

2007-12-18 Thread Eridius
lect, 'travel_week': travel_week_select, 'source_change' : 'hotel' }); $('#select_destination_filter').load('/lib/ajax/community/search/filter_update.php', { 'change': 'destination', 'destination': destination_select, 'hotel': hotel_select, 'travel_week': travel_week_select, 'source_change' : 'hotel' }); }); }; $(document).ready(function() { setTimeout(ie_fix, 5000); }); -- 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.