java - get value using jquery -
i want value of h:outputtext label using jquery, for
<h:outputtext id="cal_att_to_date" binding="#{attendance_calculation.cal_att_to_date}"> <f:convertdatetime type="date" pattern="dd-mmm-yyyy" timezone="gmt+5:30"/> </h:outputtext>
var value = $('#cal_att_to_date').text();
Comments
Post a Comment