Skip to content

Commit

Permalink
Updated jquery to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
anandgorantala committed Feb 23, 2013
1 parent 6f00fc8 commit b7ed493
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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.6.4/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="jquery.formSavior.js"></script>
<script type="text/javascript">
$(document).ready(function() {
Expand Down Expand Up @@ -44,18 +44,18 @@
<input name="avatar" id="avatar" type="file" />
</li>
<li>
<input type="submit" value="Save" /> or <a href="http://ianand2.github.com/Form-Savior/" class="fs_noprompt">Leave without saving</a>
<input type="submit" value="Save" /> or <a href="http://ianand2.github.com/Form-Savior/" class="fs_noprompt">This link will allow you to leave without saving</a>
</li>
</ol>


</fieldset>
</form>
<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>
<span class="hint"><b>Hint: </b> Enter any input and try to refresh or hit the back button or navigate away from the page by clicking <a href="http://arrowconcept.com"here</a> or using the address bar</span>
<footer>
<a href="http://arrowconcept.com">Arrowconcept.com</a>
</footer>
</body>

</html>
</html>

0 comments on commit b7ed493

Please sign in to comment.