how to fix 'jQuery is not defined' error in jquery library?

后端 未结 2 1532
野的像风
野的像风 2021-01-11 17:49

Rails fix: make sure <%= javascript_include_tag \"application\" %> is before any script loading so that jquery gets loaded first.

<
2条回答
  •  南笙
    南笙 (楼主)
    2021-01-11 18:06

    jQuery UI doesn't include the standard jQuery library by default. You'll need to add a

提交回复
热议问题