JSFiddle - React, Tailwind, and code Playground
by cesar nieto
HTML
<table>
<tr>
<td></td>
</tr>
</table>
JavaScript
alert($("td").prop("colspan"));
by cesar nieto
<table>
<tr>
<td></td>
</tr>
</table>
alert($("td").prop("colspan"));