This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The character array as a queue was clever but poorly implemented and unnecessary. | |
// Instead, just read the query from the input. | |
// Also handles mouse driven content actions (cut, paste, etc). | |
$(function() { | |
var filter = function(query) { | |
var titlesSelector = "#content .show h3 a"; | |
if (query == '') { | |
$(titlesSelector).closest(".show").show(); | |
} else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abstract (1.0.0) | |
actionmailer (3.0.5) | |
actionpack (3.0.5) | |
activemodel (3.0.5) | |
activerecord (3.0.5) | |
activeresource (3.0.5) | |
activesupport (3.0.5) | |
annotate (2.4.0) | |
arel (2.0.9) | |
autotest-fsevent (0.2.5) |
NewerOlder