givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.91k stars 1.59k forks source link

Triggers Event on SaveAjax to modified ajax options before the ajax is called #265

Open evansree opened 1 year ago

evansree commented 1 year ago
  1. Triggers Event on SaveAjax
  2. Allows the ajax options to be modified before the ajax is called
  3. Hence allowing you to add other parameters to be sent to the server such as anti forgery token, post id, etc
  4. Allows the saveAjax to be aborted when false is returned.