-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Hello:
I am new guy use replace-filter-nginx-module, I want insert some javascript to html body. And my javascript code contain
replace_filter '' '<script>$$(document).ready(function(){$$(".panel-container").eq(-1).hide();});</script>' g;
I need it to be '<script>$(document).ready(function(){$(".panel-container").eq(-1).hide();});</script>'.
But I still get two $$ as result

Thank you for your help.
Metadata
Metadata
Assignees
Labels
No labels