KTL is causing issues with existing Javascript #450
Unanswered
JonathanRumsey
asked this question in
Q&A
Replies: 2 comments 6 replies
-
It could be a number of things here. Could you post your KTL code from the builder (Anything you have added from KTL). Could you post any Keywords from view_107 Craig |
Beta Was this translation helpful? Give feedback.
5 replies
-
I would also suggest that you change from a page render to a view render here. The reason for this is if the view ever gets refreshed your code won't run. The scene only ever renders once but the view can refresh multiple times.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to Javascript so apologies upfront if I am doing something wrong. I have the below existing JS that creates a total box and works fine. When I Load KTL all the variables stop working. Any ideas what I am doing wrong?
$(document).on('knack-page-render.scene_65',
function(scene) {});
Beta Was this translation helpful? Give feedback.
All reactions