0

i want to make some custom design tool using fabric.js , my code also uses jquery but problem it that when i include jquery.js i get lost of error dues to js conflict how can i fix it

user1799722
  • 970
  • 3
  • 31
  • 77

1 Answers1

1

you can check on console log error. or you can use $.noConflict(); method either replace $ with Jquery.

Aman Dhiman
  • 199
  • 4
  • 14