掲示板

Jquery Import Issue in theme .ftl file

thumbnail
6年前 に Megesh Damre によって更新されました。

Jquery Import Issue in theme .ftl file

New Member 投稿: 24 参加年月日: 17/04/27 最新の投稿
Hi all,
i'm working on Liferay 7.. I'm facing one prob , i have imported jquery library in portal_normal.ftl like following...

<link rel="stylesheet" type="text/css" href="${javascript_folder}/jquery.mobile-1.4.5.min.css">
<script type="text/javascript" src="${javascript_folder}/jquery-1.11.3.min.js">
</script>

<script type="text/javascript" src="${javascript_folder}/jquery.mobile-1.4.5.min.js"></script>

my jquery functionality is working but imported script is reflecting on portal and problem are like web content article is not showing and
and previous Jquery Functions also not working...if i removed that library then portal working fine..what should i do ?
i have attached my file you can see..

添付ファイル: