Hello,
I’ve never experienced this before, very odd.
This little bit of script is being changed by EE
jQuery(function($){
$(".peKenBurns").peKenburnsSlider()
})I know it’s EE changing things because I tried it as a standalone HTML page in the root and it’s fine. It’s ONLY when it’s ‘served’ within an EE template that it chokes and becomes…
jQuery(function($))It seems it hits the first curly bracket and then everything after is stripped out.
I tried replacing the { } with [ ] and Firefox is happy but Chrome and Safari don’t like it :(
Any ideas?
Thanks
Martin