Topic: How $Ajax->activate works

Hello,

Can anyone here explain how the $Ajax->activate works? I really don't understand in terms of ajax calls and updating the part of  the page content. Thank you.

Re: How $Ajax->activate works

The relevant links are:

https://frontaccounting.com/fawiki/index.php?n=Devel.AjaxInFA
https://frontaccounting.com/punbb/viewtopic.php?id=5340

Excerpt from KVCodes Article:

JsHttpRequest – This files helps you to perform the Ajax operations on live. When you select an option from the Drop down select, it will send a request to get all the relevant informations based on the item you selected on the drop down box. Also helps to perform the Live edit and delete as well.

insert.js  and util.js –   This files helps to fetch the informations for the AJAX Calls.