I have a JavaScript widget which provides standard extension points. One of them is the beforecreate function. It should return false to prevent an
beforecreate
false
This is example:
$.ajax({ url: "test.html", async: false }).done(function(data) { // Todo something.. }).fail(function(xhr) { // Todo something.. });