What does the '#' sign mean in JavaScript?

后端 未结 8 1268
闹比i
闹比i 2021-02-07 20:48

I\'m new to Javascript and I\'m try to understand some code. I don\'t understand and I can\'t find any documentation about the # sign.

$(function ()         


        
8条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 21:37

    With the given information, it is most likely the jQuery ID selector

    http://api.jquery.com/id-selector/

提交回复
热议问题