A.preventDefault() B.stopPropagation() C.target D.type
A.append() B.html() C.prependTo() D.prepend()
A.$("div").each(function(){}) B.$.each($("div"),function(){}) C.each(i=0;i<$("div").length;i++){} D.each($("div"),function(){})