jQuery if cookie exists in array

前端 未结 0 961
无人及你
无人及你 2020-12-01 06:43

I originally used the following jQuery statement to see if my cookie existed:

if (document.cookie.indexOf(\'cookie-foo\') >= 0) {
    $("my-div")         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题