Skip to content

Instantly share code, notes, and snippets.

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 rbazinet/1041781 to your computer and use it in GitHub Desktop.
Save rbazinet/1041781 to your computer and use it in GitHub Desktop.
render partial to jquery template
<html>
<head>
<script id="some-template" type="x-jquery-tmpl">
<%= render :partial => "some/partial" %>
</script>
<script language="javascript" type="text/javascript">
$("#some-template").tmpl({data: "goes here"});
</script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment