Hi,
You can use deferred object to achieve this.
Check this api for more details.
http://api.jquery.com/category/deferred-object/
asynchronousFunction.done(function(
result
){
// do something with your result here
});
Hi,
You can use deferred object to achieve this.
Check this api for more details.
http://api.jquery.com/category/deferred-object/
asynchronousFunction.done(function(
result
){
// do something with your result here
});