Hi, I’m still new in EE2 and have one question that have maybe simple answer, but I can’t find in docs.
I have template with javascript (mootools framework used):
[script type="text/javascript"] //Used <> instead of [] in real code
window.addEvent('domready', function(){
........
........
$(sub).set('styles', {display:"none"})
........
........
});
[/script] //Used <> instead of [] in real codeThis script is render in template in this way:
[script type="text/javascript"] //Used <> instead of [] in real code
window.addEvent('domready', function(){
........
........
$(sub).set('styles', )
........
........
});
[/script] //Used <> instead of [] in real code{display:"none"} is rendering like expresionengine tag…How to prevent this?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.