Question:Which requests are cached by the browser?
Answer
jQuery.ajax(): Perform an asynchronous HTTP (Ajax) request.jQuery.getScript(): Load a JavaScript file from the server using a GET HTTP request, then execute it.