jquery-html5-upload icon indicating copy to clipboard operation
jquery-html5-upload copied to clipboard

Example HTML references $.browser which is not defined in the referenced version of jQuery

Open codefactor opened this issue 12 years ago • 0 comments

The example HTML references a version of jQuery which does not define $.browser; however, on line 23 it references $.browser.mozilla to set the sendBoundary attribute.

That means there will be a fatal javascript exception when the html is viewed on an IE browser.

codefactor avatar Jan 12 '14 11:01 codefactor