snippet
Erb
code posted
created at 07 Jan 22:29, updated at 09 Jan 19:34
Edit
|
Back
1
2
3
4
5
6
7 |
<% content_for :on_ready do %>
jQuery('#vtn_table').infiniteScroll({
url: '/virtual_lines/9.json?ajax=1'
});
<% end %>
<table id="vtn_table"></table> |
174 Bytes in 2 ms with coderay