Uncaught ReferenceError: $ is not defined error in jQuery

前端 未结 4 2125
无人共我
无人共我 2020-11-29 10:49

I have this code in jQuery: (the file name is javascript.js ...I was using JavaScript before...)

$(document).ready(function() {
 $(\"#readFile\"         


        
4条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-29 11:16

    Change the order you're including your scripts (jQuery first):

    
    
    
    

提交回复
热议问题