Custom Query (13852 matches)
Results (22 - 24 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15225 | notabug | isWindow doesn't recognize wrapped window elements | ||
Description |
Calling jQuery.isWindow() on a wrapped window element, e.g. jQuery(window), returns false. |
|||
#15224 | notabug | triggering CustumEvents | ||
Description |
Trying to use .trigger() with a CustomEvent() fails in current firefox because the hasOwn() check used by jQuery to determine the type of the Event fails on the CustomEvent. Google Chrome works fine. |
|||
#15223 | migrated | Cannot select the text in input field under IE11 using jquery onfocus event | ||
Description |
Background I plan to select the whole text inside an input field if user focus on the field. Enivronment IE11 under Win 7 64 bits FF31 under Win7 64 bits Method $(function(){ jQuery(document).on('focus',XXX) }); function XXX{ this.select(); } Result IE11: jQuery.on does NOT work. The text is not selected. But if I use addEventListener instead, it works well. FF31: Both jQuery.on or addEventListener work Test Case |
Note: See TracQuery
for help on using queries.