How to insert a javascript block in the %head , containing erb

153 views
Skip to first unread message

kadoudal

unread,
Apr 22, 2012, 8:33:56 AM4/22/12
to Haml
I am trying to insert this block ( which is inning fine in an
application.html.erb

<head>
<script type="text/javascript">
$(function() {
<%= yield :document_ready %>
});
</script>
</head>

I tried :

%head
:javascript
= yield :document_ready


%head
:javascript
'<%= yield :document_ready %>'

thanks for feedback

but no way , the yield :document_ready is never executer

Ken Burgett

unread,
Apr 22, 2012, 9:59:08 AM4/22/12
to ha...@googlegroups.com
%head
  :javascript
    $(function() {
        yield :document_ready 
    });

The above was produced by using the html2haml online tool.


--
You received this message because you are subscribed to the Google Groups "Haml" group.
To post to this group, send email to ha...@googlegroups.com.
To unsubscribe from this group, send email to haml+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.




--
Regards,

Ken

Seek wisdom through disbelief
Reply all
Reply to author
Forward
0 new messages