show only the content of article

风流意气都作罢 提交于 2019-11-30 23:09:05

If you only want to get component you can append tmpl=component parameter with the url. Your article url will be like this-

index.php?option=com_content&view=article&id=1&tmpl=component

Or you can try like this-

$('#result').load('index.php?option=com_content&view=article&id=1&tmpl=component #container');

Loading Page Fragments

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!