source:
admin/js/filter-controls.js
@
0:54703be25dd6
Revision 0:54703be25dd6, 195 bytes checked in by Dsls <dsls@…>, 14 years ago (diff) |
---|
Line | |
---|---|
1 | $(function() { |
2 | var c = $('#filter-control'); |
3 | c.css('display','inline'); |
4 | $('#filters-form').hide(); |
5 | c.click(function() { |
6 | $('#filters-form').show(); |
7 | $(this).hide(); |
8 | return false; |
9 | }); |
10 | }); |
Note: See TracBrowser
for help on using the repository browser.