Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
jQuery(document).ready(function($) { $(document).on('input', 'input[type=range]', function() { var value = $(this).val(); $(this).closest('.range-slider').find('.current-value').text(value); }); });
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.