Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <!-- assumes a field with an id of inf_field_Company exists on the page -->
  2. <script type="text/javascript">
  3. jQuery(document).ready(function() {
  4. jQuery('#inf_field_Company').attr('type', 'password');
  5. });
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement