My Notes.
$(this)[0] == this
$("#myDiv")[0] == document.getElementById("myDiv");
$(document.body).on('click', '.update' ,function(){ });