Thursday, 19 September 2013

How to make $.load method a synchronous call?

How to make $.load method a synchronous call?

I want to make $.load method in jQuery a synchronous call. I know it is
possible to make $.ajax call by setting the property "async : false", but
how to work with $.load
i'm loading a html page using $.load(), the next part of the code is
getting executed before loading the html page. hence, i want to make it
synchronous

No comments:

Post a Comment