Good morning, everyone.
Can someone please let me know the correct way to select an element type with a given attribute? In my particular case I'm trying to access a label with a an attribute of "for" that has a value of "P500_CB_TRANSFERUNIVERSITY".
I would have though the propery jQuery syntax would be something like
$('label [for=P500_CB_TRANSFERUNIVERSITY]')
but that doesn't seem to work.
Thanks in advance, Matt