In view, I call the <%= escape_javascript render_statuses_select_box %> function, which in turn is defined in the helper. This function takes parameters from me. How does the value obtained in this way: $("#my_id").val() pass to this function?
|
In view, I call the <%= escape_javascript render_statuses_select_box %> function, which in turn is defined in the helper. This function takes parameters from me. How does the value obtained in this way: $("#my_id").val() pass to this function?
Source: https://ru.stackoverflow.com/questions/576018/
All Articles
escape_javascript render_project_select_boxmethodescape_javascript render_project_select_boxin the controller does not work - S.Ivanov