How to get the first child id inside the div using JQuery.
Sample code:
$("#form .form-group").first();
May be helpful for someone.