You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$code = iframe html's from youtube (as example).
Actualy they may contain anything as <div><span>text</span></div>
So when page load directly - all work as well.
But when this page load from ajaxify inline script cut all tags in inline javascript.
What i can do for fix them? I see in ajaxify code watch for all open and closed tags, which cut and paste in document-html element and paste to result page. I want to cut inline js first and before that parse html tags. So, i think first stage is cut all around .content element, them parse inline js and after that work with other tags.
Any idea? (sry for bad english). Thanks
The text was updated successfully, but these errors were encountered:
I have some pages. They generated inline javascript code from php. For example:
$code
= iframe html's from youtube (as example).Actualy they may contain anything as
<div><span>text</span></div>
So when page load directly - all work as well.
But when this page load from ajaxify inline script cut all tags in inline javascript.
What i can do for fix them? I see in ajaxify code watch for all open and closed tags, which cut and paste in document-html element and paste to result page. I want to cut inline js first and before that parse html tags. So, i think first stage is cut all around .content element, them parse inline js and after that work with other tags.
Any idea? (sry for bad english). Thanks
The text was updated successfully, but these errors were encountered: