http://learn.jquery.com/using-jquery-core/iterating/
The following is a list of methods that require .each():
.attr() (getter).css() (getter).data() (getter).height() (getter).html() (getter).innerHeight().innerWidth().offset() (getter).outerHeight().outerWidth().position().prop() (getter).scrollLeft() (getter).scrollTop() (getter).val() (getter).width() (getter)
转载于:https://www.cnblogs.com/qzsonline/p/3408173.html
相关资源:jQuery源码分析之jQuery.fn.each与jQuery.each用法