search for: search_detail

Displaying 1 result from an estimated 1 matches for "search_detail".

Did you mean: search_details
2011 Sep 14
5
rjs error TypeError: element.getElementsByTagName is not a function in rails 3+jquery
hi, i am using rails 3.0.10 i am trying with sample application for searching data from table and updating my search.html.erb file is <%= form_for (@employee) do |s|% <div id ="search_details"> <%= s.text_field :name%> <%= s.text_field :emp_id, :onfocus => ''sal(document.getElementById(''employee_name'').value);''%> </div> <% end %> when i click tab it calls sal() jquery function and i sent the data to action, in actio...