This happen after I added a Photobooth plugin in my hook_init operate:
operate myid_init() { drupal_add_js(drupal_get_path("module", "myid") . "/photobooth-js-gh-pages/photobooth_min.js"); drupal_add_js(drupal_get_path("module", "myid") . "/photobooth-js-gh-pages/web site/js/script.js"); }
This wants JQuery(1.11.2) to work, however Im assuming that Jquery has already a default Jquery. So why does it does not work?
I had put in JQuery Replace Module and finds out in Drupal Development Configuration Settings was solely restricted upto Jquery 1.10, which isn’t enough for my Jquery Plugin. How will I replace Drupal Development Drupal’s default JQuery library to 1.11.2?