Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add another OnChange Event? #20

Open
sajidulislam0 opened this issue May 1, 2021 · 0 comments
Open

How to add another OnChange Event? #20

sajidulislam0 opened this issue May 1, 2021 · 0 comments

Comments

@sajidulislam0
Copy link

sajidulislam0 commented May 1, 2021

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant