Getting an empty JQuery object

前端 未结 4 557
北海茫月
北海茫月 2020-11-30 04:20

In the following code I set up a change handler on a select box to show and hide some follow up questions based on the value of the selection.

Further, for some valu

4条回答
  •  渐次进展
    2020-11-30 04:52

    try this

     var new = $([]);
    

    I ain't a good programmer but it gives u empty object :))

提交回复
热议问题