Welcome Guest, Not a member yet? Register   Sign In
how to get url from ajax
#8

[eluser]Zeeshan Rasool[/eluser]
If your just want to get base url or any specific url and want to use it in js files where you are doing ajax calls then, declare a JS variable at header section of your main.php or index file and assign your value to it.
<html>
<head>
var my_url = '<?=base_url?>/site/';
</head>
...
...


Messages In This Thread
how to get url from ajax - by El Forum - 04-12-2010, 05:51 AM
how to get url from ajax - by El Forum - 04-12-2010, 06:18 PM
how to get url from ajax - by El Forum - 04-12-2010, 09:06 PM
how to get url from ajax - by El Forum - 04-12-2010, 09:09 PM
how to get url from ajax - by El Forum - 04-12-2010, 09:26 PM
how to get url from ajax - by El Forum - 04-12-2010, 09:28 PM
how to get url from ajax - by El Forum - 04-12-2010, 11:51 PM
how to get url from ajax - by El Forum - 04-13-2010, 12:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB