Web Development || Node JS, Angular, PHP
Pages
Home
About Us
Prtfolio
Motivational Quotes
Useful Links
Saturday, October 12, 2019
Get all text field value located in a specific class
$(".test .text-field").each(function() {
alert($(this).val());
});
Note : test and text-field is class of text field
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment