Jquery download text to file

function copyToCanvas(htmlElement) { var canvas = document.getElementById("meme-preview"); var ctx = canvas.getContext("2d"); image = new Image(0, 0); image.onload = function () { canvas.width = this.naturalWidth; canvas.height = this…

Delivering jQuery to the Browser • Can always download latest version for development at jquery.com • Include in Web pages using All rights reserved