Is there any way to make asyncronous calls to PHP objects methods? Using jquery I could .load en external file into div, but then I wouldnt be able to access methods like setTemp below. I want to avoid having to "wait" for one object to update before the second update is initiated..Is there any way to make asyncronous calls to P