Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
add jquery CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilionjea committed Oct 9, 2014
1 parent d328028 commit 5514976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -48,7 +48,7 @@ <h3 class="title"> jQuery Character Limit - Examples </h3>
<br>
</div>
</body>
<script type="text/javascript" src="../jquery.min.v1.7.1.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="limit.js"></script>
<script>

Expand Down

0 comments on commit 5514976

Please sign in to comment.