web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 19 Dec 2012 12:35:13 -0800
changeset 203 f507feede89a
parent 194 32102edaa81b
permissions -rw-r--r--
target blank pour les liens externes du slide

jQuery(document).ready(function(){
	jQuery.ajax({
		url: slideshowFeedbackVariables['address'],
		dataType: 'jsonp',
		data: {
			method: slideshowFeedbackVariables['method'],
			access: slideshowFeedbackVariables['access'],
			host: slideshowFeedbackVariables['host'],
			version: slideshowFeedbackVariables['version']
		}
	});
});