Mercurial > public > sg101
comparison gpp/templates/forums/forum_query.js @ 280:21d2ca3b4bf7
Fixing #121. The forum query pulldown should appear on all forum query pages for consistency.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 03 Oct 2010 20:44:09 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
279:879d39647064 | 280:21d2ca3b4bf7 |
---|---|
1 <script type="text/javascript"> | |
2 //<![CDATA[ | |
3 $(document).ready(function() { | |
4 var navSelect = $('#forum-query-select')[0]; | |
5 $('#forum-query-button').click(function() { | |
6 var dest = navSelect.options[navSelect.selectedIndex].value; | |
7 window.location = dest; | |
8 }); | |
9 }); | |
10 //]]> | |
11 </script> |