Jquery fails to modify the page title and other JavaScript files. jquery title titlejs

Source: Internet
Author: User

Jquery fails to modify the page title and other JavaScript files. jquery title titlejs


Jquery code

Later, I had to use the following js Code to implement it.

Js Code



Zookeeper
How does js call the current page address and the title in <title> get it?

<Script language = "JavaScript">

{
Document. write (document. title)

}

</Script>
This is the same as jquery that calls the title of the current page using JS. You have met the call address.

Js or jquery get the title of the previous page

If you are switching from A to B, the DOM of page A has been released and page B cannot be accessed. If you want to read the content of page, you can only retrieve page A from the server through Ajax, and then extract the content between the TITLE tags from the source code of page A through regular expressions.
Alternatively, there is A simple way to add A piece of JS to page A, write your TITLE into the Cookie, and retrieve this value from the Cookie on page B, which is much easier.
It is also A way to pass the TITLE of A to B through the URL parameter.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.