While using Firebug, I have noticed an attribute name jstcache
is added to some of my html tags, while it is not visible in the source of the page. In Firebug I see following
<html lang="en" jstcache="0">
<head>
<body jstcache="0">
<div class="mydiv" jstcache="0">
....
I google result shows it is related to JSTemplate, I am not using it and I do not know why it is being added to my code?
An HTML tag is a special word or letter surrounded by angle brackets, < and >. You use tags to create HTML elements , such as paragraphs or links. Many elements have an opening tag and a closing tag — for example, a p (paragraph) element has a <p> tag, followed by the paragraph text, followed by a closing </p> tag.
There are approximately 110 tags in HTML5. There are 32 tags which are newly introduced in HTML5.
It seems it's jsTemplate:
https://code.google.com/p/google-jstemplate/wiki/HowToUseJsTemplate
All the tags are of the style jstXXX.
jstcache=0 is just saying 'don't store this page in the browser's cache'.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With