Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

klop's avatar
Level 1

Vue.js and jQuery conflict

I'm trying to apply a Bootstrap template into a Spark project. For some reason when I include the original js/app.js, all the jQuery events stop working.

Anyone else experienced the same problem? Any idea how can I debug it and find/fix the problem? (The console log is empty)

At the template is already made, I was wondering if it can be a naming problem of some function which is overwritten.

Thanks in advance

0 likes
1 reply
robrogers3's avatar

this is a tough one without the code.

some ideas:

  • try calling the js methods that aren't working (being called) directly from the console.
  • try triggering the events from the console using trigger.
  • chrome debugger is your friend here.
1 like

Please or to participate in this conversation.