You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: