[jQuery] Possible bug in appending scripts: works under FF3, doesn't with IE7?

2009-07-20 Thread stephen
Hello, theoretically the following two web pages should be equivalent, and indeed they are under Firefox3, but IE7 fails miserably in rendering the second version. The included script is a simple public script provided by the hotel review site "trivago.com" that shows a specific hotel's current r

[jQuery] Possible bug in selectors

2009-04-29 Thread Andu
Hi, maybe I'm missing something, but I think I found a possible bug in the jQuery 1.3.2 selectors. If it turns out that I'm wrong, please forgive me. If I'm right, I'll post this in the official bug tracker. The situation that seems buggy to me is the following. I have a table with multiple rows,

[jQuery] Possible bug in animate() --- and/or --- help me with a workaround?

2008-11-06 Thread MTF
Hi everyone. First of all, I'm absolutely loving jQuery. Amazing work to all those who have worked on it. Thanks. So, I'm doing a pretty simple animation using the animate method. jQuery 1.2.6. (Complete example source is included at the bottom of this post.) I have an absolutely positioned DIV w

[jQuery] possible bug in each()? moving from 1.2.3 to 1.2.6

2008-07-02 Thread darren
Hi Im trying to use 1.2.6, moving from 1.2.3. I have a working function in 1.2.3 but it is not working with the updated jquery library, and I'm wondering if i have found a bug. The trouble call is this: jQuery('#apparatus .annotation').each( function(i){ ... When stepping over

[jQuery] possible bug when parsing xml on IE7?

2008-06-06 Thread MacFly!
Hello, First, I use the latest version of JQuery : 1.2.6 I try to get elements from xml returned by an ajax call. It's works fine with FF2 but not with IE7. here is my simple code : $.ajax({ type: "POST", url: "myURL.do", data: "&hidden=

[jQuery] Possible Bug?

2008-04-08 Thread McIntozh
Hi together, I use jQuery for my daily work. Today I encountered a strange problem: If I write a list of OPTIONS into a SELECT box by using JavaScript this works fine in Firefox either with jQuery and also without. But when the list of options starts with a html-comment jQuery removes all the opt

[jQuery] Possible bug in slideDown()?

2007-08-25 Thread Andy Matthews
I just added comments to my blog: http://www.andyandjaime.com/ When the user submits, it posts to my processing page and sends back a string, which I then display inline. I put the comment there, then use slideDown() to show it. When slideDown() occurs, the form used to post the comment also sli

[jQuery] Possible bug on button click event

2007-06-26 Thread roryf
Hi, I've come across some behaviour that seems a bit odd to me, not sure if its by design or a bug. I've been trying to fire the click event of a button with the following: $('#mybtn').click(); However this causes the click event to fire twice, the result is the form being submitted twice. I wa