Topic: Request::isAjax
I'm studying knockout for realtime process, and search filters and i need working with ajax for save data,
so I wonder how it works Request::isAjax?, you can give me an example please.
Thanks.
You are not logged in. Please login or register.
I'm studying knockout for realtime process, and search filters and i need working with ajax for save data,
so I wonder how it works Request::isAjax?, you can give me an example please.
Thanks.
nakome, Request::isAjax - its just for check is request is ajax.
How to work with Ajax in Monstra you can check for exmpl Pages Plugin:
PHP https://github.com/Monstra/monstra-cms/ … hp#L26-L34
JS https://github.com/Monstra/monstra-cms/ … .js#L9-L15
Thanks that is what you were looking for.