what does this mean: “jQuery('> li', this)”

前端 未结 6 411
慢半拍i
慢半拍i 2021-01-13 01:38

I\'m trying to figure out how this jQuery plugin works: http://codeasily.com/jquery/multi-column-list-with-jquery

In the plugin there is this line at the beginning:<

6条回答
  •  醉梦人生
    2021-01-13 02:11

    It will look for li element in the immediate children within this element where this can be a jQuery object or DOM element.

提交回复
热议问题