Files
szkoleniauryzaj.pl/wp-content/plugins/wp-file-download-light/app/admin/assets/js/sliderfieldinit.js
2024-11-10 21:08:49 +01:00

15 lines
609 B
JavaScript

/**
* Wpfd
*
* We developed this code with our hearts and passion.
* We hope you found it useful, easy to understand and to customize.
* Otherwise, please feel free to contact us at contact@joomunited.com *
* @package WP File Download
* @copyright Copyright (C) 2013 JoomUnited (http://www.joomunited.com). All rights reserved.
* @copyright Copyright (C) 2013 Damien Barrère (http://www.crac-design.com). All rights reserved.
* @license GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html
*/
jQuery(document).ready(function($) {
$(".slider").slider();
});