Custom Query (13852 matches)
Results (13 - 15 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15188 | notabug | BUG: ajax async cors | ||
Description |
I use the following code to determine whether a new version can be used. $.support.cors = true; $.ajax({ url: 'http://code.jquery.com/jquery-{version}.js', type: 'GET', async: false }); But produced a BUG: "NetworkError: 405 Not Allowed - http://code.jquery.com/jquery-2.1.1.js" jquery-2.1.1.js NS_ERROR_FAILURE jQuery requires a window with a document |
|||
#7750 | invalid | jquery tmplate not working on ie7 but ie8/chrome/ff.., any ideas? | ||
Description |
jquery: 1.4.2 jquery-tmpl : github 1.0.0pre
|
|||
#8963 | invalid | $('name=a.b'),when the value include the point '.',the error has been throwed | ||
Description |
example:<input type="text" name="tlinePrice.cprcitem" /> |