Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

javascript code (not in current use) which might prove useful

dgoerger edited this page Jun 22, 2012 · 1 revision

Drop-down on-click:

  • $(document).ready(function() { $('.toggleLink').click(function() { $('#quicksearch_hidden').toggle('slow', function() { // Animation complete. }); }); });