JSFiddle - React, Tailwind, and code Playground

by bfalcao

HTML

<form name="frmBO" id="frmBO">
    <select name="fgrupoalimentar" id="fgrupoalimentar"></select><br/>
    <input type="hidden" name="id" id="idinput" />
</form>

JavaScript

alert($("#frmBO").find("select").length);