I’m using the following code for a progress bar: It works fine (when the page loads, progress bar starts and completes 300frames) but when I switch the tab or minimizes the window it stops and when I reopen the tab, it resumes. I don’t want this top happen. I want the progress bar to continue loading even when not in
Tag: blogger
Blogger post url prefix
It looks like this when I use data:post.url in Blogger; blogname.blogspot.com/2021/01/post-name.html the shape I want to show; /2021/04/post-name.html How can I achieve this? Answer You can do that with JavaScript Edit Place the following code before </body>
How to add two or more spoiler button in my blog
Question: I have a spoiler code that works well in my Blogspot blog. But when I place the same code two times in my blog (like spoiler 1, and spoiler 2), spoiler 1 works well, but spoiler 2 does not open. Why? How do I fix it? Please help. I do not know programming. Here is code of spoiler that
How to add jQuery in Google Blogger without modifying the template?
I have written a script (http://jsfiddle.net/vishnukanwar/yqH5B/) using jQuery which shows a social-like_button div on page load. While this div is shown everything else is blurred. My trouble is, this jQuery script is working fine on my desktop (locally and on jsfiddle) but once I post it to Blogger, it doesn’t work. I feel Blogger does not load jQuery synchronously (even