I have a PDF component that goes and fetches a page to use as the content for the PDF. In that page Jquery does some showing and hiding of sections according to certain criteria.
I know this probably isn't possible but can I get the ready event to fire from the background page load?
Edit: the javascript is in the page that is being accessed as the source for the PDF and not the page creating the PDF.
Edit: It doesn't matter, I have done it server side.