Foren

Jquery Import Issue in theme .ftl file

thumbnail
Megesh Damre, geändert vor 7 Jahren.

Jquery Import Issue in theme .ftl file

New Member Beiträge: 24 Beitrittsdatum: 27.04.17 Neueste Beiträge
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..