[jQuery] IE and DOM issues

2009-09-28 Thread Yazan
Hi all, I've been wrangling with trying to get my jquery-powered global nav to work consistently in IE8 (in "Compatibility Mode") and IE6 and 7, but with no luck. You can view the site here: http://67.23.44.204/ The top nav (Products, Inspirations, etc. should each have a set of subnavs that sho

[jQuery] IE and div height

2009-07-13 Thread Ranadave
I have a problem whereby on IE8 (also 6) the jQuery width/height on a div is wrong. I have the w/h set through a style. This works correctly: div.style.height.split('px')[0] While jQuery(div).height does not It is worth noting that IE returns the wrong value for div.height Should I log a bug

[jQuery] IE and overlapping nested divs (not working)

2009-05-31 Thread planetv...@gmail.com
Hi everyone, I have been struggling with a MSIE related problem and I was wondering if using jQuery will help me find an asnwer. Basically, the code words wonderfully in all other browsers except MSIE. Basically, I want to render something like bars on a graph. Vertical bars. The bars are CSS di

[jQuery] IE and

2009-03-04 Thread Frederik Ring
Hello! If you copy paste the embed-code from a YouTube-Video like this: the tag is missing its classid-attribute and will therefore be ignored by IE. Now I have the sitaution that I need to alter the parameters of the object but cannot as IE will simply ignore them. I'd like to do sth like t

[jQuery] IE and Validate

2008-09-11 Thread Steve Blades
Wondering if someone can help track an issue. I'm using validate 1.1 with JQuery 1.2.3 (can't upgrade at this time). I have a simple login form, and trying to validate that the fields aren't empty prior to submit. Working great in Firefox, but IE doing nothing, and not throwing an error: $('#login

[jQuery] IE and GoogleMaps in a modal window

2008-09-06 Thread Dejan Kozina
Hello list. Is there somebody here that could help me understand a strange thing about IE rendering a Google Map inside of a modal overlay? I've just put together a simple one-page website for a local event at http://www.krasnopolje.com (valid HTML and CSS). Clicking on the 'GoogleMaps' link wi

[jQuery] IE and safari bug with jquery.each and $.ajax

2008-08-27 Thread [EMAIL PROTECTED]
I think I've found a bug in jquery in IE7 and safari, seems fine in FF3. Try running this code in IE7. The alerted index comes out randomly incremented. $(function() { var dataItem = $('li'); $(dataItem).each(function(i,item){ $.ajax({ url: '/ajax'

[jQuery] IE and selectors

2008-06-10 Thread Asgl
I've a strange problems with IE (currently, IE6. Don't know IE 7): I've got this method: function iSMSfixIEHistory() { var temp; $("#log").append("Function called"); $.each($("a[href^='#']"), function() { temp = $(this).attr("href").replace(/\#/,

[jQuery] IE and onClick - not!

2008-04-03 Thread Bruce MacKay
Hello all, The following function forms the first part of a two step confirmation sequence for deleting either a quiz or a slideshow. The onclick element is correctly produced for the second step of confirmation. Unfortunately, whereas FF fires the onclick event, IE7 does nothing, zip. func

[jQuery] IE and the Funky Overflow

2007-12-10 Thread Robert-CFL
This is my first jQuery post, and may I just say that jQuery (like so many others) has changed the way I program. Ok so I'm developing a completely ASP.net & jQuery website. My problem is that when I use css overflow in IE7 it doesn't really overflow when I widen a div using jQuery().animation;

[jQuery] ie and firefox browser test

2007-10-25 Thread cfdvlpr
I want to test if the browser is ie or firefox and then set the width and height of a thickbox differently depending on this. Is this considered bad practice and if so how might you do it better?

[jQuery] IE and .ajax(). No Exception, No Results

2007-09-21 Thread m2web
In IE 6 and IE 7 do not provide any exceptions and/or results when running the following. Any ideas or advice is appreciated. Parse XML with JQuery $(function() { $.ajax({ type: "POST", url: "books.xml", dataType: "xml", suc

[jQuery] IE and Making dynamically added items draggable?

2007-08-10 Thread Fredrik Karlsson
I need some help with solving the following problem: I have eight elements made .droppable() on mouseover (using Interface), and accepting draggable elements, as so ( Stripped some non-relevant code ): $(document).ready(function() { $('body').mouseover(function(event) {

[jQuery] IE and the Invalid Source Code Error

2007-07-26 Thread mcraig
Ok...so I just got this mock up working great in firefox and realized that after all that work (new to JQuery), I had never tested it in IE. But, figuring it was cross browser and I was going to test on the latest IE that this would not prove problematic. And of course, nothing I was doing was t