Sunday, March 29, 2015

8:57 AM
Smartjax stores your api responses and do not ping the server in the same ajax call for the second time. Eg: you display your logged in user’s summery in the right top cornor of your site. But to display that in every page you either need to make an ajax call, or have to make a server side processing. But using smartjax, you will get rid of all those processing. It will make the first call to get the user info and will store it internally. For you implementing this is not at all difficult. You don’t have to think of all these storing and retrieving thing. You just have to use Smartjax.ajax() instead of $.ajax(), that’s it.

To read more about this article Click Here

For Demo Click Here

To download files Click Here

0 comments: