Custom Query (13852 matches)
Results (7 - 9 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#9848 | invalid | i bind data to a element of a iframe,i can't get it in another iframe | ||
Description |
when i use $.data() bind some data to a iframe's element,i can't get it in another iframe. why? |
|||
#14555 | invalid | use jQuery1.10.2 in IE11,Tip:Object does not support the "attachEvent" | ||
Description |
when i use jQuery1.10.2 in IE11 ,have a bug,tip:Object does not support the "attachEvent",What version of jQuery can support IE11?Thanks |
|||
#14128 | invalid | Not loading script from localhost without "crossDomain: true" | ||
Description |
$.ajax({ url: "http://localhost:8000/js/foo.js", dataType: "script", }); Script loading but not eval. $.ajax({ url: "http://localhost:8000/js/foo.js", crossDomain: true, dataType: "script", }); All good. Runing from http://localhost:8000 Same with relative path: "js/foo.js". Maybe it's feature, but it's not clear from documentation. |
Note: See TracQuery
for help on using queries.