Topic: I want to understand how ajax is working here
Hi,
I have a hard time looking for how to use ajax in FA,
I read about $Ajax->activate() but I have doubts using it,
let us make a simple example so that it can be clear how it works.
say I started div with id mydiv, after that i have a function (named as myfunction) that I want it to fill the div with a some text data based on an input field value when I click a submit button.
What I need to understand how to link the submit button to execute the myfunction function by ajax to fill the mydiv div?
hope you understand my question.