Is it possible to search all web pages you developed (not just current page the user is on) for a body tag with a specified ID? If so how would I go about doing this in Javascript? Also, how would I go about re-directing the user to the page that contains that body with the unique ID?
Share
If you really want to do it, you could do it if you knew the pages’ urls:
(using jQuery)