Code only works on jsfiddle

前端 未结 2 1637
迷失自我
迷失自我 2021-01-27 04:19

In this question I asked, how I can generate shades of one color responsive to the number of div\'s. @DonJuwe came up with a perfectly working solution and demo: http://jsbin.co

2条回答
  •  耶瑟儿~
    2021-01-27 04:43

    you missed http: in the jQuery source link. if you using online resource you should follow the url's protocol. Other wise browser will search it from local. in this way you just confused your browser... So only it happens... :D

    you should use...

    
    

    instead of

    
    

提交回复
热议问题