Link to home
Start Free TrialLog in
Avatar of MJ
MJFlag for United States of America

asked on

Get Text in Anchor Tag with No ID and only Class Name Using JavaScript?

How would I get the actual text ("No thanks, I'll type it in myself >") that is used in this using Javascript only (No jQuery)?

<a href="#" class="manualInputLink" onclick="hideDriverLicenseUploadGroup()">No thanks, I'll type it in myself &gt;</a>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of ES Cheong
ES Cheong
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial