Skip to content

Commit

Permalink
Add jeditable to the tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Jan 5, 2012
1 parent d0aa779 commit 6c7e990
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Expand Up @@ -15,6 +15,9 @@ Scat includes Datejs, an open-source JavaScript Date library:
Scat includes the jQuery Hotkeys plugin:
http://github.com/tzuryby/jquery.hotkeys

Scat includes the Jeditable jQuery plugin:
http://www.appelsiini.net/projects/jeditable

Scat includes icons from the Silk icon set by Mark James:
http://www.famfamfam.com/lab/icons/silk/

Expand Down
38 changes: 38 additions & 0 deletions js/jquery.jeditable.mini.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scat.php
Expand Up @@ -28,6 +28,7 @@ function head($title = "Scat") {
<script src="js/jquery.simplemodal.1.4.2.min.js"></script>
<script src="js/jquery.data-selector.js"></script>
<script src="js/jquery.hotkeys.js"></script>
<script src="js/jquery.jeditable.mini.js"></script>
<script src="js/date.js"></script>
<script>
$(document).ready(function() {
Expand Down

0 comments on commit 6c7e990

Please sign in to comment.