Inside the atiqueta embed
I have a pdf, when it is already loaded in the firebox console I can see the contents of the DOM and I see that the label emdeb
has from son to #document that it has as a son a label <html>
and this assumes many div
, ect. How can I access these tags by jquery? try like this: $('#embed > #document')
and do not leave me.
Following the path (emdeb> # document> html), within html there are many tags, for example <div id="outerContainer">
, How can I get the html of this div ?, try doing this $("#outerContainer").html()
and it does not work.