Im trying to find the location of a JavaScript Function that is being used for another site, and Im having trouble locating this function via FireBug. I can see this in the DOM, but it doesnt provide me with the function.
Here is the site: http://www.williamsprofessionalpainting.com
Here is the function: OpenViewer
This is simply an onClick Method of an Anchor Tag, which opens up PDF documents.
If someone could help me locate this function, I would greatly appreciate it.
Or, if there is a better JQuery solution, I would actually prefer that option. I’ve searched but can’t seem to find an alternative.
It’s in the global.js file. It just wraps window.open() using the path from the anchor as the url.