How to load script file in jQuery ?
I need to load the script only when button is clicked .
<script type="text/javascript" src="<%=request.getContextPath()%>/resources/jquery/jquery-1.9.1.js"></script>
<script type="text/javascript" src="${pageContext.servletContext.contextPath}/resources/js/jquery.slimscroll.min.js"></script>
I am unable to load the script file wen the button is clicked on actual page
Comments
Leave a comment