-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi, I am using this script to create a range slider using WP. I will need to get the range value when it changes and adds a thousand separators.
I have tried to use it by using jQuery onChange event and it's not working? Is there any way to do this?
(function($){ $(function() { $("body").on("asRange::change", function (e) { console.log("NOT Getting the Value"); }); }); })(jQuery);
Metadata
Metadata
Assignees
Labels
No labels