2014-09-30 133 views
-1

我一直在使用$.support以及ownLast這個屬性的用法是什麼。我搜索谷歌,並沒有任何東西。任何人都可以解釋一下這個用法嗎?

回答

1

從源...

// Support: IE<9 
    // Handle iteration over inherited properties before own properties. 
    if (jQuery.support.ownLast) {