How can I update multiple parts from a page with Ajax?
I have two divs and two PHP files. Using jQuery Ajax I want to fill a div with the data recieved from a PHP file and the other with the data recieved from the other.
I am not familiar with ajaxcomplete() function etc. Should I use two functions, or one with paramaters? Please give me some ideas. Thanks.
You can simply use two
$.loadcalls, like so: