Skip to content

Commit

Permalink
upgraded to jquery 1.6.4
Browse files Browse the repository at this point in the history
some language edits
  • Loading branch information
ianand2 committed Oct 31, 2011
1 parent 9d11042 commit bc39d2c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Expand Up @@ -6,12 +6,12 @@
<meta name="description" content="jQuery plugin to prompt save of unsaved changes in form">
<meta name="author" content="Anand Gorantala">

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="jquery.formSavior.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#personInfo").formSavior({
'msg' : 'Personnel information changes have not been saved.'
'msg' : 'User information changes have not been saved.'
});
});
</script>
Expand All @@ -27,7 +27,7 @@
<body>
<form name="personInfo" id="personInfo" method="post">
<fieldset>
<legend>Personnel Information</legend>
<legend>User Information</legend>
<ol>
<li>
<label for="name">Name</label>
Expand All @@ -46,7 +46,8 @@

</fieldset>
</form>
<span class="hint"><b>Hint: </b> Enter any input and try to refresh or navigate away from the page</span>
<br><br>
<span class="hint"><b>Hint: </b> Enter any input and try to refresh or hit the back button or navigate away from the page using the address bar</span>
<footer>
<a href="http://arrowconcept.com">Arrowconcept.com</a>
</footer>
Expand Down

0 comments on commit bc39d2c

Please sign in to comment.