If you have script errors in your JS code, why don’t you trace the client-side code’s execution with console.log()
or console.debug()
so that you know what is happening in your application ?
CLICK HERE to find out more related problems solutions.