Custom Query (13852 matches)
Results (115 - 117 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15095 | notabug | Error: Syntax error, unrecognized expression:http://server.com/some-tn.png | ||
Description |
when trying to find image with a selector $('img') which uses http://server.com/some-tn.png url it throws error "Error: Syntax error, unrecognized expression:http://server.com/some-tn.png"
|
|||
#15091 | notabug | jQuery reports error when selector's attribute is empty | ||
Description |
jsFiddle: http://jsfiddle.net/L5gHQ/ Both buttons should be working properly under jQuery 1.11.0 or before. In latest 1.11.1, the "Default" button strictly reports Javascript error (and this potentially break existing web site badly after upgrade) I'm not sure if we should we consider this as a bug. It is a deal breaking issue, anyway, when considering upgrading jQuery. |
|||
#15090 | migrated | $.isPlainObject returns true for instance of $.Event | ||
Description |
Compare http://jsfiddle.net/San4es/Tkgt3/ and http://jsfiddle.net/San4es/Cst6V/. Seems, that $.isPlainObject($.Event('click')) should return false in both samples. Use case http://jsfiddle.net/San4es/pA6Cd/ - jQuery 2.x breaks $.Event instance. |