Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. = link_to "Show", @mymodel, :remote => true, :id => "#{some.id}", :format => :js
  2.  
  3. $(document).ready(function(){
  4. $('#theid').click(function(){
  5. //do something here
  6. });
  7. });
  8.  
  9. respond_to do |format|
  10. format.js
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement