ajax - What is the difference between Ajaxl load(() and Jquery load()? -
the question summarizes intend know . know little bit jquery load() method having used before :
.load( url, [ data ], [ complete(responsetext, textstatus, xmlhttprequest) ] ) where,
url - string containing url request sent. data - map or string sent server request. complete(responsetext, textstatus, xmlhttprequest) - callback function executed when request completes.
but ajax load() method crops lot in internet ? what's big difference between 2 ?
i have searched out in internet, thought rather ask experts here stack before google :). thanks
but ajax load() method crops lot in internet ?
there's no such method. .load() method 1 seeing in documentation.
Comments
Post a Comment