15,032
edits
| Line 108: | Line 108: | ||
//If the javascript library hosted at CDN was failed to connect, it will switch to local javascript file automatically. | //If the javascript library hosted at CDN was failed to connect, it will switch to local javascript file automatically. | ||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1. | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" type="text/javascript"></script> | ||
<script>!window.jQuery && document.write('<script src="local-js-path/jquery-1. | <script>!window.jQuery && document.write('<script src="local-js-path/jquery-1.12.4.min.js"><\/script>');</script> | ||
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" type="text/javascript"></script> | <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" type="text/javascript"></script> | ||