Custom Query (13852 matches)
Results (85 - 87 of 13852)
Ticket | Resolution | Summary | Owner | Reporter | ||
---|---|---|---|---|---|---|
#10483 | invalid | NAN value on 1.6.4 version | ||||
Description |
Hi, I used the "slideToggle" from jquery version "jquery-1.6.4.min.js" on one big DIV element. The "DIV" element has inside more html elements. In internet explorer 8 (maybe on FF too) when I try to load the slideToggle function on this big DIV I received an error. Not sure what was the real cause of error but during my investigation I found a bug into the jquery:
There are situations when "a" variable is "NAN". Because of this I got some errors. So I placed this check routine inside: if(isNaN(a.now)){return;} And all my problems gone.
|
|||||
#11143 | invalid | cursor blink rate with mousemove event in IE8 | ||||
Description |
Hi, when using the following code the cursor blink rate changes in IE dependent on the mouse movement: <input name="testblink" type="text" value="Harald" /> <input name="testaccount_name" type="text" value="Harald" /> <script language="javascript" type="text/javascript"> jQuery(document).mousemove(function(e){ jQuery('input[name="testaccount_name"]').val(jQuery('input[name="testaccount_name"]').val()+'test'); }); </script>
Will this IE8 specific bug be fixed? Regards, Harald |
|||||
#3342 | wontfix | Support POST for cross-domain AJAX requests | ||||
Description |
Cross-Domain Ajax POST Patch for jQuery 1.2.5
jQuery.Ajax can post to cross-domain
files:patch_for_jQuery 1.2.5.txt index.html ajax_post.php modify 'site.com' to you domain.
|