Bikin Ajax Di Codeigniter
Bikin Ajax Di Codeigniter
www-root/system/libraries/
Place the javascript files in your www root directory. For example:
www-root/javascript/
If you use mod_rewrite, make sure you allow the javascript directory to
be accessed. To do this, set up your .htaccess file to look something
like this:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|stylesheets|javascript)
RewriteRule ^(.*)$ /index.php/$1 [L]
Then, simply include whichever javascript files you would like to use in
your html file: