<span <% if level < max_level && r != ''%>
         onmouseover="$('<%=row_id%>_plusminus').show();"
         onmouseout="$('<%=row_id%>_plusminus').hide();"
...

Ruby Ruby IMG Snippet to content...

by Danny Peck, April 16, 2009 19:19, 5 refactorings, tagged with rails, ruby, img, content_tag

Definitely new to Ruby and ...

8f5553306c2cf7f4b14153f6117f8e9b Talk
Element.addMethods({
  pngHack: function(el){
    var el = $(el);
...

JavaScript pngHack

by getopenid.com/deleteme, November 15, 2007 03:40, 1 refactoring, tagged with rails, image, png, img, prototype, hack

Makes 32 bit PNG's transpar...

Db11d496fa96adac53b422feb6efd493 Talk