What version of Umbraco are you experiencing this on?
And are you the only one working on the installation? And is the reference included directly in the master pages or is it just there when you view the source?
Is there any chance that you're using a XSLT macro, which is using the umbraco.library:AddJquery? Seems to me like it's something that is generated automatically due to the crazy long id name.
what about /umbraco_client/ui/jquery.js ?
Hi,
I'm using jquery in umbraco. I'm using my own script tag in my master pages.
While adding a new jquery plugin, I had a bug in almost all sub pages of master pages.
Than I found a suspicious tag in these buggy pages :
I went to set the referred file to void and my problem was gone... Double jquery include.
But why this tag is added by Umbraco ?
I don't see any option to include jquery or not.
Anybody have an idea ?
Thanks in advance.
NF
Hi Nico
What version of Umbraco are you experiencing this on?
And are you the only one working on the installation? And is the reference included directly in the master pages or is it just there when you view the source?
Is there any chance that you're using a XSLT macro, which is using the umbraco.library:AddJquery? Seems to me like it's something that is generated automatically due to the crazy long id name.
/Jan
Hi,
You're right, there was an umbraco.library:AddJquery in some of my XSLT...
I'm on 4.5.2 and very alone, since I'm on my local computer...
Thanks for your anwnser!
NF
is working on a reply...