qtip working

This commit is contained in:
Tyler Renelle
2012-02-04 15:19:05 -05:00
parent b4408f8cb7
commit deb403cd54
5 changed files with 581 additions and 1 deletions
+5
View File
@@ -3,6 +3,11 @@
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
$(document).ready ->
$(".comment").qtip content:
text: (api) ->
$(this).next().html()
$.each ['#habits', '#daily'], (index, list_id) ->
$(list_id).sortable
axis: "y"
File diff suppressed because one or more lines are too long