Skip to content
This repository has been archived by the owner on Dec 11, 2017. It is now read-only.

Commit

Permalink
updating to jQuery 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalBush committed Dec 23, 2010
1 parent 0adc207 commit 1848ea0
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 168 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
@@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<title> jQuery Mask Test </title> <title> jQuery Mask Test </title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript" charset="utf-8"></script> <script src="../lib/jquery-1.4.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../src/jquery.maskedinput.js" type="text/javascript"></script> <script src="../src/jquery.maskedinput.js" type="text/javascript"></script>
<script type="text/javascript"> <script type="text/javascript">
$(function() { $(function() {
Expand Down

0 comments on commit 1848ea0

Please sign in to comment.