In <input>
, I have the following value:
00001545455
When I retrieve the same with Javascript , it comes without the first 4 zeros.
Can anyone help me?
I'm already passing it on to the function I'm using. The problem is that when it arrives in the function it comes without the zeros:
<a class="btnGrid bt_consulta btsAcoes" titulo="Consultar" href="javascript:;" onclick="GVScheduleCommand('gvClientes',['Consultar',3],1,[{ 'name': 'cd_cnpj_cpf', 'value': 00001545455 }], 'CPF_CNPJ' );"></a>