This is probably something easy but I'm not having any luck even figuring out where I'd begin. The idea is I have a page that I am lading jquery overtop of...the jquery will look for links in tables, get the href (or more specifically part of the url since they link to elements on the same page) and then search for elements by the name so I can manipulate them. Or if any of you can think of a better way of doing it.
In other words what I hope to do is use the info from the URLS of the links to find the elements...I hope I've made myself clear...>.>