% content_for(:head) do %>
Lazy.js JSON Parsing Demo
<%= stylesheet_link_tag("demos/events") %>
<%= javascript_include_tag("lib/lazy.min") %>
<%= javascript_include_tag("demos/events") %>
<% end %>
<% content_for(:body) do %>
Move the mouse over this element.
(See the documentation for an explanation of this section.)
<% end %>