Not sure if it's the approved way, but I do this:
<script>
var baseUrl = '<?php echo $this->Html->url('/', true); ?>';
</script>
...before I load jQuery, which means I can use the baseUrl variable.
Jeremy Burns
Class Outfit
http://www.classoutfit.com
On 30 Oct 2013, at 01:43, Sam <[email protected]> wrote:
> I use the following <?php echo $this->webroot; ?> to retrieve the webroot
> location in cakephp. I wonder how one can use Cakephp to retrieve webroot
> location in Javascript.
>
> On Wednesday, October 30, 2013 7:08:30 AM UTC+8, Sam wrote:
> I am writing javascript with jquery currently. Is it possible to retrieve
> webroot folder location in Javascript? This will be good if webroot changes
> in future.
>
> Thank you.
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/groups/opt_out.
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.