// jQuery for Drupal 7 [BEGIN] (function ($) { // [jQuery BEGIN] début des fonctions $(document).ready(function() { // **************************************************************** var index = 0, hash = window.location.hash; if (hash) { index = /\d+/.exec(hash)[0]; index = (parseInt(index) || 1) - 1; // slides are zero-based } setTimeout(function(){ Drupal.viewsSlideshow.action({"action": 'goToSlide', "slideshowID": "services-default", "slideNum": index}); }, 1); // **************************************************************** // [jQuery END] fin des fonctions }); // jQuery for Drupal 7 [END] }(jQuery));