- ## -MiniBufExplorer- [plain_text]
- [1:lead-capture.js]*+[2:2013668.txt]
- ## lead-capture.js [javascript]
- $(document).ready(function() {
- $('#user_profile_password').click(function() {
- $(this).replaceWith($('<div>').append($(this).clone()).remove().html().replace("text", "password"));
- });
- });