jQuery3.3 error
-
Thank you for a nice plugin.
An error occurred when jQuery was set to 3.3, and the image can not be uploadedLooking at the source, it seems that we can support 3.3 with only some modifications, so I will report it
Function hm_bbpui_file_upload_submit () in bbp-image-upload.js
old:
jQuery('#hm_bbpui_file_frame').load(function() {
new:
jQuery('#hm_bbpui_file_frame').on('load',function() {
- The topic ‘jQuery3.3 error’ is closed to new replies.