jQuery ajax load not a function

前端 未结 8 1661
醉梦人生
醉梦人生 2020-12-29 22:25

This example


8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 22:55

    https://code.jquery.com/jquery-3.2.1.slim.min.js is the slim edition of jquery, which does not include ajax. slim is the default version included in an Express server. Use the full version of jquery at https://code.jquery.com/jquery-3.2.1.min.js

提交回复
热议问题