4.0.1
-
Method api.ajax.config refactored and extended:
- Ajax call refactored using the JQuery $.ajax method
- Optional parameter
pAjaxParams
of type{}
implemented to override the $.ajax parameters
-
Method api.content.load extended:
- Optional parameter
pAppend
of typebool
implemented to append the loaded content to the Selector container rather than empty it first.
- Optional parameter