We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c8e6be + acb6c6e commit 59ee1d2Copy full SHA for 59ee1d2
bootstrap.file-input.js
@@ -56,7 +56,7 @@ $.fn.bootstrapFileInput = function() {
56
57
// As the cursor moves over our new Bootstrap button we need to adjust the position of the invisible file input Browse button to be under the cursor.
58
// This gives us the pointer cursor that FF denies us
59
- $('.file-input-wrapper').mousemove(function(cursor) {
+ $('.file-input-wrapper').on('mousemove', function(cursor) {
60
61
var input, wrapper,
62
wrapperX, wrapperY,
0 commit comments