Skip to content

Instantly share code, notes, and snippets.

@jrm
jrm / summary.erb
Last active November 18, 2019 21:02
Dynamic Dashing Index
<script type='text/javascript'>
$(function() {
$('li').live('click', function(e){
window.location = $(this).find('.widget').data('url');
});
});
</script>
<% content_for :title do %>Summary<% end %>
<div class='gridster'>