How to make a selection(dropdown) search.I have 3 selection and when the user selects a dropdown the result div will reload to show results of the subjects.
Senario:
select year | select semester | select course
<div id="result">
list of subjects base on the 3 selections
</div>
I am not sure abt the code below working on rails 2.3 but it works on rails 3
If u want to display the data even if the year or semester isnt selected, dont do the checking in above coffeescript. In routes
in courses controller
in get_results.js.haml
in _results.html.haml
Do consider using datatables for listing as it will increase the performance.