Question
Maantic Inc
US
Last activity: 9 May 2018 21:48 EDT
bootstrap and jquery scripts file names/path in pega 7.3.1
Hi, Where can I get below script equivalent script file names in pega version 7.3.1
I have used below scripts to create Carousel effects in pega pages, instead of referring from external links, want to refer from pega source libs.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>