如何在Joomla Module中添加javascript

时间:2017-03-09 10:23:19

标签: javascript php jquery joomla

我想在joomla模块或文章中添加php,javascript和html代码。 Javascript不能正常工作。 我已经完成了

 <?php 
 include 'file.php';
 <?

我应该以某种方式重写代码吗?或者Joomla中有一些东西必须要做。 例如,iam尝试使用jquery和bootstrap。

请帮帮我

谢谢

1 个答案:

答案 0 :(得分:0)

for Java script,

$url = "Your script url";
$document = JFactory::getDocument();
$document->addScript($url);

也请参考https://docs.joomla.org/J3.x:Adding_JavaScript_and_CSS_to_the_page