We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Mr Way
Please forgive me if this is not the correct platform to ask a question regarding your "PHP-Vars-To-Js-Transformer" package.
If I use the following:
$.ajax ({ url: href, success: function(data) { $("#content").html(data); } });
It obviously won't inject the vars when loading the partial view.
Any idea how I could go about doing this?
EDIT: I attached the vars to a footer view and the namespace is injected
I also get the following error: "Uncaught ReferenceError: injected is not defined"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Mr Way
Please forgive me if this is not the correct platform to ask a question regarding your "PHP-Vars-To-Js-Transformer" package.
If I use the following:
It obviously won't inject the vars when loading the partial view.
Any idea how I could go about doing this?
EDIT: I attached the vars to a footer view and the namespace is injected
I also get the following error: "Uncaught ReferenceError: injected is not defined"
The text was updated successfully, but these errors were encountered: