Custom Query (13852 matches)
Results (82 - 84 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#13772 | invalid | :target selector works only after document is ready | ||
Description |
I'm not sure this is bug (may be it's documentation issue) but ":target" selector works only in .ready() handler, i.e. <script> console.log($(":target").length); // returns 0 $(document).ready(function(){ console.log($(":target").length); // returns 1 }); </script> |
|||
#4718 | invalid | Using html(val) causes multiple image reques in IE6 | ||
Description |
I am using html(val) to update my div after a jQuery.ajax call. My response contains an IMG tag and the image referenced in the src attribute is requested 3 times when i monitor this request in HTTP watch. If i use the regular dom innerHTML property there are no issues. This happens only in IE6. |
|||
#11640 | duplicate | Code 800A1391 | ||
Description |
When I try to download Ver 1.7.2 I get an error Code 800A1391 Window scrip host code 800A1391 microsoft Jscript runtime error |
Note: See TracQuery
for help on using queries.