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

前端 未结 6 423
慢半拍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:31

    The selector is looking for any immediate

  • children in the context of the this DOM element

提交回复
热议问题