#select
3 posts tagged select. Clear filter
-
Rails Select Tag and Onchange Event Calling a Remote Function with Default Option Selected
Here is a little code snippet that will fire off a request to update\client\path when you change the select field. This stands alone, rather than being apart of a larger form. The Client::CATEGORY...
-
Collection Select Helper and OnChange Event in Rails
Given a collection of Active Record objects, you may use the collection\select helper method to produce a select form field. You need to pass in a number of arguments to the helper function. 1)...
-
Select Distinct in Rails with Active Record