Im going to set tab index,
$("#DilutionFactor1_" + nCount).attr(
'tabindex',
$("#UnitOfMeasure" + nCount).attr('tabindex')+ 1) ;
but this is not working. Anyone can help me to solve this?
try to use parseInt
$("#DilutionFactor1_" + nCount).attr('tabindex',
parseInt($("#UnitOfMeasure" + nCount).attr('tabindex'))+ 1) ;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With