method
====
# ajax
get
post
getScript
getJSON
$.fn.load()
# string
$.trim()
# 判斷
$.inArray()
$.isEmptyObject()
$.isFunction()
$.isNumeric
$.isPlainObject
$.isWindows
$.isXMLDoc
$.type()
$.is()
# 迭代器
$.each
$.map
chrome(國產瀏覽器大部分都是chrome內核加個皮膚 + ie內核, 可以加個meta標簽強制使用chrome內核)是支持es6的, 很多的高階函數如map, reduce, filter 都是 `原生支持` 的, 完全可以放棄jquery提供的迭代器
當然如果是個有夢想的人, 完全可以使用`underscore` / `lodash`的
# 瀏覽器判斷