Hi I would like to make my $.Ajax to load a page like the browser does, part by part, not only when the page is done to trigger.
Hi I would like to make my $.Ajax to load a page like the browser does, part by part, not only when the page is done to trigger.
See this is my problem, MY JQuery $.load loads a page of Search.php with the params that the user inputted via Javascript, but the content is only shown after the page is completely done. For example, in the browser you can get the part that is already loaded, not only when is entirely done, How Do I do this with Jquery.Load
ex: $("#content").load("search.php"); // I wish it could get the page part by part and not when the page is completely loaded. because people have to wait a lot without seeing any result in the screen why its searching.
thanks!