I had a EE1.6.3 installation set up in which I created a template set to “Javascript” type with the whole JQuery app pasted into it.
This worked find until just now when I upgraded to EE 1.6.4. I immediately noticed that the JQuery had stopped working. I then set up a concurrent installation of 1.6.3 and put viewed the full source of JQuery in both. They are not the same.
As an example, this portion of code in JQuery in EE1.6.3…
i<length&&callback;.call(value,i,value)!==false;value=object[++i]){}}return object;}....has turned into…
i<length&&callback;.call(value,i,value)!==false;value=object[++i])return object;}... in EE1.6.4
Is there some way I can stop EE from doing this to JS in “JavaScript” templates?
Joe