how do I get jquery/javascript code online and use it on pw?
I'm trying to port my static html in pw by the way.
I successfully used the css code since there are css files included in my template folders which I placed it there.
and used the <?php echo $config->urls->templates?> to make it work. see code above.
however there is a jquery code which is being called online. I know <?php echo $config->urls->templates?> wont work.
So how do I call it in pw? to make the jquery codes work?
it doesnt work if I left it like that by the way.
or should I just download the js files place it on my scripts folder then use <?php echo $config->urls->templates?> way again?