Current position: home page > Website design >Personalized jquery code makes your title bar scroll

Personalized jquery code makes your title bar scroll

Author: blueleaf Classification: Website design Time: March 3, 2017 Browse: 7312 Comments: 3
Today's browsers all use the multi tag mode. If the title of a website is very long, it can't be seen completely in the tab bar of the browser. In order to be more personalized, we can use the following personalized paragraph jquery The code makes the title bar of your website scroll, making it easier for users to remember your website name;
If you want to use personalized jquery code to make your title bar scroll, copy the following jquery code to your website's js file, and you can use it; Note that this is jquery code, and you need to reference the jquery library to run normally.
 $(function(){   var titlename= $(document).attr("title").split(""); function gdtitle(){     titlename.push(titlename[0]); titlename.shift(); document.title = titlename.join("");     }     setInterval(gdtitle,1000);// Set time interval to run )};

Disclaimer:

Website: Click Copy to share with friends!

All content resources shared by this website, if not noted, are original by Blueleaf. If you need to reprint, please indicate the source; Please contact us in case of infringement Contact handling Please understand!

Comment List
 blink the eyes kiss Growl happy think poor It's embarrassing Grievance ha-ha hush Right hum Zuo Hum Hum doubt A bad laugh Make money Sadness Be cool Seduce fierce handshake yeah Hee hee Shyness applause greedy Madness Embrace gather and watch Mighty awesome
Submit comments

Clear information
Close Comment
 Fengshen Blog
Fengshen Blog tourist
#3
Fengshen Blog Visits· http://fsboke.cn/ , Welcome back
2017-05-28 22:21 reply
 Historical Notes
Historical Notes tourist
#2
Thanks for sharing
2017-03-25 21:18 reply
 Xiao Chongling
Xiao Chongling tourist
#1
 Sign in successfully! Sign in time: 4:41:29 p.m., March 24, 2017, sign in every day, and life will be more exciting!
2017-03-24 16:41 reply
music appreciation
Back to top