jQuery UI - Draggable is not a function?

后端 未结 17 2678
旧时难觅i
旧时难觅i 2020-11-27 18:49

I\'ve trying to use the draggable effect on some divs on a page, but whenever I load the page, I get the error message:

Error: $(\".draggable\").draggable is         


        
17条回答
  •  余生分开走
    2020-11-27 19:12

    I had the same problem for another reason and my eye needed one hour to find out. I had copy-pasted the script tags that load jquery :

    
    
    

    My website was using https when accessed from a mobile browser and refused to load jquery-ui without https.

提交回复
热议问题