CodeIgniter and Javascript/Jquery Library

前端 未结 9 842
粉色の甜心
粉色の甜心 2021-02-12 11:51

As title said, I\'m trying to figure out how to use javascript and jquery libraries on CI.

Following instruction in the docs, I load the library in my controller:

9条回答
  •  野的像风
    2021-02-12 12:00

    Although CI first looks for system folder, you can also try putting your libs in the these folders:

    application/libraries/Javascript.php
    application/libraries/javascript/Jquery.php
    

提交回复
热议问题