Problem: AJAX call gets called multiple times though it has been called once.
Functionality: I make a AJAX call(mootools Request.JSON) on click of a button. The initial call gets complete however there are multiple calls which get initiated. The number of times is random i.e sometimes 2 or 3.
This issue exists for other AJAX calls too. How do i prevent these extra calls?
I read somewhere about binding/unbinding of AJAX calls but dint quite convince me