Wednesday 24 April 2013

Jquery - How to change button type using jquery


- If we need to change input field "type" change,



$('#password').get(0).type ='text';
$('#submit_btn').get(0).type ='button';


No comments:

Post a Comment