diff --git a/jquery.table-filter.js b/jquery.table-filter.js index 60417df..918a2a4 100644 --- a/jquery.table-filter.js +++ b/jquery.table-filter.js @@ -5,36 +5,6 @@ * Copyright (c) 2009 Kyo Nagashima * This library licensed under MIT license: * http://opensource.org/licenses/mit-license.php - * - * Usage: - * Insert to all table - * $("table").addTableFilter(); - * - * Insert to "#table1" only - * $("#table1").addTableFilter(); - * - * Insert with custom label text and size - * $("table").addTableFilter({ - * labelText: "Filtering Words: ", - * size: 48 - * }); - * - * Styling: - * You can style inserted elements like this: - * .formTableFilter { - * text-align: right; - * } - * - * .formTableFilter label { - * font-weight: bold; - * } - * - * .formTableFilter input { - * border: 1px solod #999999; - * width: 12em; - * color: #ffffff; - * background-color: #333333; - * } */ (function($) {