Kvostyc Posted April 10, 2020 Posted April 10, 2020 hey, i create a variable price for testing purpose but is never loaded, after i call the event, what can be wrong? var PRICE = "test"; VehPostProcess.execute('document.getElementById("car-prize").innerText = `${PRICE}`');
Kvostyc Posted April 11, 2020 Author Posted April 11, 2020 fixed just replaced ' WITH ` ... it works well now 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now