We have renamed Post Grid plugin to Post Grid Combo
Ticket for: Accordions
0
Anonymous
Hi,
I am having a problem with the custom js field in Accordions plugin. The JS I add is being rendered with quotes, which makes it unusable, like the code below:
<script> | |
jQuery(document).ready(function($){ | |
\nfunction opacidade(){\n document.getElementById("slide1").style.opacity = "0";\n}\n\ndocument.getElementById("slide1").addEventListener("click", opacidade);\n\n }) | |
</script> |
It looks like the string is being output as plain text, instead of HTML.
Can you please help?
Thank you,
Erick
0 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Let me check the plugin, I will update if needed.
I apologize. The same problem I have with Post Grid Plugin and not Accordions.