For the md_slider-7.x-2.25 version the jQuery 1.7.2 is needed. However drupal 7 core uses vs 1.4.4 as default. Normally using the module jquery update makes it possible to change versions. However I'm using the module Advagg (advanced CSS/JS) and in this module the jQuery & jQuery UI JS/CSS are coming from a CDN. Both modules can't be run at the same time.
Is it possible to use Advagg and change to jquery version into 1.7.2 ?
Found the solution for making a version change regarding jQuery when using the Advagg module ......
The jQuery version setting is not configurable from the admin UI and must be set in settings.php.
// Set the jQuery version.
$conf['advagg_js_cdn_jquery_version'] = '1.7.2';
Check the jQuery version via your website (frontpage):
press button F12 (Activate / deactivate developer tools), in menu choose "console"
fill in behind >>> jQuery.fn.jquery [enter]
Hope I have helped others!
Hello
Thank you very much for your report and your feedback
We will update this in the next version of MD Slider