Updating js plugins
This commit is contained in:
@@ -0,0 +1 @@
|
||||
(function($){ $.fn.sliderTelepatic = function(target = false){ if(!target){ target = $(this).parent().find('label').find('span'); } $(this).on('change', function(item, i){ $(target).html( item.currentTarget.value + "%" ); }); } })(jQuery);
|
||||
Reference in New Issue
Block a user