Revision 5676
Added by ben leinfelder about 14 years ago
index.jsp | ||
---|---|---|
265 | 265 |
// collapsible search results? |
266 | 266 |
$(function() { |
267 | 267 |
$('.accordian').click(function() { |
268 |
$(this).next().slideToggle(); |
|
268 |
$(this).next().slideToggle("slow");
|
|
269 | 269 |
return false; |
270 | 270 |
}).next().hide(); |
271 | 271 |
}); |
Also available in: Unified diff
commit before trying div-only resultset