Skip to content

Instantly share code, notes, and snippets.

@adagio
Created August 20, 2014 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adagio/98faaee72172bb6e3dd7 to your computer and use it in GitHub Desktop.
Save adagio/98faaee72172bb6e3dd7 to your computer and use it in GitHub Desktop.
Use JQuery to manipulate the dom and html elements with the powerful help of Rails bindings
$("tr#<%= @day.id %> td.oTotal").html("<%= @day.oTotal %>");
$("tr#<%= @day.id %> td.dTotal").html("<%= @day.dTotal %>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment