PHP
OOPs
JavaScript
JQuery
Ajax
Codeigniter
Laravel
MySql
Node.js
Tutorials
C
C++
Json
Codeigniter 4
htaccess
wordpress
react.js
Blogs
Fundamental
Python
Search Your Query
×
--- Select Category ---
PHP
OOPs
JavaScript
JQuery
Ajax
Codeigniter
Laravel
MySql
Node.js
Tutorials
Blogs
Fundamental
Python
Most Popular Tutorials
what is jquery
Document object model (DOM)
JQuery Syntax
jQuery Selectors
Get and set value in jquery
JQuery Attribute
Attribute Methods
jQuery - DOM Manipulation
Jquery events
JQuery Effects
Jquery Html/css Effects
jQuery Insert New Content
Auto hid Div
Jquery no conflict
JQuery Form validation
Html Form Validation
Login Form Validation
JQuery Fadeout Message
Jquery Modal popup
JQuery Ajax Form
Dynamic Dependent DropDown
Autocomplete list
Dynamic content load
Dynamic Star Rating
Drag and Drop Image Upload
show Hide Elements By click on checkbox
Add or Remove class in jquery
check Password strength
Count Remaining Character
check single or All checkboxes
Password match or not
Data Table
Date Picker
Multiselect Dropdown with Checkbox
Add Dynamic Input Field (Add More Input Field)
submit button disable after one click
Show hide password in Password textbox using checkbox
set content and value in html page
put value in the text field
sweet alert
Data-id
Tutorials Menus
what is jquery
Document object model (DOM)
JQuery Syntax
jQuery Selectors
Get and set value in jquery
JQuery Attribute
Attribute Methods
jQuery - DOM Manipulation
Jquery events
JQuery Effects
Jquery Html/css Effects
jQuery Insert New Content
Auto hid Div
Jquery no conflict
JQuery Form validation
Html Form Validation
Login Form Validation
JQuery Fadeout Message
Jquery Modal popup
JQuery Ajax Form
Dynamic Dependent DropDown
Autocomplete list
Dynamic content load
Dynamic Star Rating
Drag and Drop Image Upload
show Hide Elements By click on checkbox
Add or Remove class in jquery
check Password strength
Count Remaining Character
check single or All checkboxes
Password match or not
Data Table
Date Picker
Multiselect Dropdown with Checkbox
Add Dynamic Input Field (Add More Input Field)
submit button disable after one click
Show hide password in Password textbox using checkbox
set content and value in html page
put value in the text field
sweet alert
Data-id
Share On Facebook
How to Show hide password in Password textbox using checkbox using jquery?
Show hide password in Password textbox using checkbox
File name : index.php
<html lang="en">
<head>
<title>Show hide password in Password textbox using checkbox</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
</head>
<body>
<div class="container">
<h2>Show hide password in Password textbox using checkbox</h2>
<input type="password" class="form-control my-password" name="password" />
<input type="checkbox" class="showPassword" />Show Password</div>
<script type="text/javascript">
$(document).ready(function(){
$('.showPassword').on('change',function(){
var isChecked = $(this).prop('checked');
if (isChecked) {
$('.my-password').attr('type','text');
} else {
$('.my-password').attr('type','Password');
}
});
});
</script>
</div>
</body>
</html>
Share On Facebook
Previous
Next
Trending Tutorials
PHP
100+ Tutorials
PHP OOPs
80+ Tutorial
Codeigniter
100+ Tutorial
Laravel
100+ Tutorials
NODE.JS
100+ Tutorials
Javascript
100+ Tutorials
Download Live Projects
Review & Rating
0.0
/ 5
0
Review
5
(
0
)
4
(
0
)
3
(
0
)
2
(
0
)
1
(
0
)
Write Review Here
Review
Submit Review
×
Submit
Most Popular Tutorials
Add Dynamic Input Field (Add More Input Field)
Auto hid Div
JQuery Syntax
Jquery events
Get and set value in jquery
check Password strength
put value in the text field
Dynamic Dependent DropDown
submit button disable after one click
Multiselect Dropdown with Checkbox
Show hide password in Password textbox using checkbox
sweet alert
JQuery Fadeout Message
Attribute Methods
show Hide Elements By click on checkbox
JQuery Effects
Count Remaining Character
check single or All checkboxes
jQuery - DOM Manipulation
Date Picker
Important Link
How to manage Session in php Tutorials.
More .......
upcomming codeigniter and angular js tutorials.
Click here to see More ...
Core php Online Advance Tutorails and video Tutorials.
How to manage Session in php Tutorials.
More .......
upcomming codeigniter and angular js tutorials.
Click here to see More ...
Core php Online Advance Tutorails and video Tutorials.
Hello Friend Please Follow & Share Ittutorial.
×
Please Follow and Share ittutorial.