Skip to content

How to add another OnChange Event? #20

@sajidulislam0

Description

@sajidulislam0

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions