We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some DOM element on my first page is loaded by an init function, like this:
The text was updated successfully, but these errors were encountered:
You need to use triple-backticks when posting HTML in GitHub comments; see https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
Sorry, something went wrong.
@cvrebert thank you for your advice. The code I missed in the issue is:
<body onload='init()'>
No branches or pull requests
Some DOM element on my first page is loaded by an init function, like this:
When I load another page by push method, and go back. The DOM element loaded disappeared. And the init function won't work either.The text was updated successfully, but these errors were encountered: