Welcome Guest, Not a member yet? Register   Sign In
Help please my javascript is not working in CI..
#5

[eluser]InsiteFX[/eluser]
Well your problem is in one of your javascript files were it is not seeing the correct paths to your controller!

You can do this and have access to both base_url() and site_url()
Code:
<head>
// replace $ with s in script tags!
<$cript type="text/javascript" charset="utf-8">
  //&lt;![CDATA[
   var base_url = "&lt;?php echo base_url(); ?&gt;";
   var site_url = "&lt;?php echo site_url(); ?&gt;";
  // ]]>
</$cript>
&lt;/head&gt;

Now you can use base_url and site_url in your javacript files like this:
Code:
url: base_url+"path_to_controller";


Messages In This Thread
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 12:49 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 12:55 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 12:58 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 01:50 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 02:04 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 02:08 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 02:11 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 02:15 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 02:17 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 07:48 AM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 05:45 PM
Help please my javascript is not working in CI.. - by El Forum - 05-02-2012, 07:23 PM
Help please my javascript is not working in CI.. - by El Forum - 05-03-2012, 12:27 AM
Help please my javascript is not working in CI.. - by El Forum - 05-03-2012, 01:49 AM
Help please my javascript is not working in CI.. - by El Forum - 05-03-2012, 04:03 AM
Help please my javascript is not working in CI.. - by El Forum - 05-03-2012, 11:47 PM
Help please my javascript is not working in CI.. - by El Forum - 05-04-2012, 01:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB