Loads the latest jQuery into a page which can be used to make calls from console.
Bookmarklet Source Code:
javascript%3Avoid%28%28function%28%29%7Bvar%20jq%20%3D%20document.createElement%28%27script%27%29%3B%20jq.src%20%3D%20%22http%3A//code.jquery.com/jquery-latest.min.js%22%3B%20document.getElementsByTagName%28%27head%27%29%5B0%5D.appendChild%28jq%29%3B%20jQuery.noConflict%28%29%3B%7D%29%28%29%29