JSFiddle - React, Tailwind, and code Playground
by kman007_us
HTML
<table>
<tr>
<td class='editable'>
<input>
</td>
</tr></table>
CoffeeScript
f = (r) ->
r.children('td')
row = $('tr').first
console.log row
by kman007_us
<table>
<tr>
<td class='editable'>
<input>
</td>
</tr></table>
f = (r) ->
r.children('td')
row = $('tr').first
console.log row