About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
wilded
4/19/2018 - 9:37 AM
share
Share
add_circle_outline
Save
How to get a value of an element by name instead of ID
How to get a value of an element by name instead of ID
content_copy
file_download
$("input[name=nameGoesHere]").val();
clear