- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I am in the process of rewriting one of my addons, as jquery is no longer used. A modal should be displayed as soon as attachments are uploaded to a post. Sending the form with the message should be prevented until the modal dialog is confirmed with "ok".
And this is exactly where my problem lies. I can no longer prevent the form from being sent.
I have looked at this area (row 145) in the Attachment Manager (/js/xf/attachment_manager.js):
JavaScript:
And this is exactly where my problem lies. I can no longer prevent the form from being sent.
I have looked at this area (row 145) in the Attachment Manager (/js/xf/attachment_manager.js):
JavaScript:
XF.on(this.form...
نام موضوع : JS: Can't prevent form from being submitted