I have this strange problem. what i notice is when i am sending an
AJAX request then i get the response say in "xxx" ms. but it takes
additional seconds to pass the response data to an element. to make it
clear here is what im doing.

1. register a custom event listener on a particular element.
2. request to server (expecting JSON)
3. script receive the data in xxx ms.
4. trigger the custom event and pass the small data to trigger method.
5. interpret data.

my problem starts on step 3 - step 5

when i receive the response (using firebug to monitor time) it will
take a few more seconds to trigger my custom event.

I have no idea why :(

here is the website

http://cls.creativouae.com

Reply via email to