Reputation: 473
I know it's quite backward to ask for IE7 support and latest browsers are reliable. But I still need it to fire paste (mouse paste and ctrl+v paste) reliably in an IE7 based tool. Any help is appreciated.
Upvotes: 0
Views: 129
Reputation: 21
May be you use incorrect version of JQuery:
JQuery 2.x has the same API as jQuery 1.x, but does not support Internet Explorer 6, 7, or 8.
Try to use 1.x version.
Upvotes: 1