We just recently upgraded to Moodle 2.8.3 and our homemade jump to worked great, until we tried to edit it and resave it. Now it has stopped working. Here is the code we use:
<p><span style="font-size: medium;"><strong>To jump to a specific topic, select it here:</strong></span></p>
<p>
<script type="text/javascript">// </script>
</p>
<select name="subMenu" onchange="return submitForm();">
<option value="Home">Choose Topic...</option>
<option value="view.php?id=825&section-0">Show All Topics</option>
<option value="view.php?id=825&section=1">Aesop</option>
<option value="view.php?id=825&section=2">Atlas Rubicon</option>
</select>
We have about 46 sections, but I've just included the first 3. We have put this code in a label in the header for our course. The dropdown part works great, it just do anything anymore when you select something.
Thanks!