Familiar with PHP framework codeignitor come in and see how to load JS file in the view file

Source: Internet
Author: User
Tags script tag

Want to load a jquery file in the View view file, use relative path to display the file can not be found, using absolute path display 403 forbidden, but in the Dreamwaver file can be loaded, do not know how to load this file?

Reply content:

Want to load a jquery file in the View view file, use relative path to display the file can not be found, using absolute path display 403 forbidden, but in the Dreamwaver file can be loaded, do not know how to load this file?

General static files are all placed under the root directory, you can use Site_url ();. " /js/jquery.js "This way to load

If JS is stored in/static/js/jquery.js CI has site_url function, you can return to the website address, splicing a bit on the line.

1.dreamware is a software, CodeIgniter is a PHP framework, the two are not.
2. Place the JS folder in the root directory of the Web site, and then write the script tag

src="
  
  js/jquery.js"

Thank you for the answer, because the application directory has a. htaccess file with a deny from all, so it can't be loaded, go to the root directory.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.