實(shí)現(xiàn)Js第一步出現(xiàn)問題
老師,請問一下這個在使用js進(jìn)行到 ;(function(){ var LightBox = function(){ }; LightBox.prototype={ }; window["LightBox"]=LightBox; })(jQuery); 時(shí),提示錯誤 ReferenceError: jQuery is not defined jquery.js:12:6 ReferenceError: jQuery is not defined lightbox.js:11:0 ReferenceError: $ is not defined ,這該在怎么解決
2016-05-26
沒有引入jquey.js