Save users' last used tab, go back to it when page reloads
This also adds general cookie read/write support which I may use in other parts of the app (e.g. saving data that is entered in the fields for levels/exp/gems/whatever)
This commit is contained in:
parent
b94b99c7f7
commit
2f0068b047
3 changed files with 127 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
<link href="css/external/jquery.keypad.css" rel="stylesheet">
|
||||
<link href="css/sif_tools.css" rel="stylesheet">
|
||||
<script src="js/external/jquery.js"></script>
|
||||
<script src="js/external/jquery.cookie.js"></script>
|
||||
<script src="js/external/jquery.plugin.js"></script>
|
||||
<script src="js/external/jquery.keypad.js"></script>
|
||||
<script src="js/external/jquery-ui.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue