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
I need to use $.getScript, To use getScript I would need just the URL from Jammit. Is this possible?
$.getScript('ajax/test.js', function(data, textStatus){ console.log('Load was performed.'); });
Thanks
The text was updated successfully, but these errors were encountered:
Here's what i did:
<%= javascript_path (Jammit.asset_url("desktop", :js)) %>
Assumes you have :desktop JavaScript packages in config/assets.yml
cheers
Sorry, something went wrong.
No branches or pull requests
I need to use $.getScript, To use getScript I would need just the URL from Jammit. Is this possible?
$.getScript('ajax/test.js', function(data, textStatus){
console.log('Load was performed.');
});
Thanks
The text was updated successfully, but these errors were encountered: