I have this element I need to find in the DOM with the id of:
ctl00_Spwebpartmanager1_g_0dff8583_314d_412f_8be7_ad019dd61cf3_ctl00__socialSecurityNumber
How do I get a hold of it?
You can try something on the lines of
$('[id$="socialSecurityNumber"]');
The $= means that the attribute ends with the specified string.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With