Skip to content

Getting undefined value #30

Description

I am trying to get the value of any of the sliders that change.
I am using the following code:

$('.js-hiderange').each(function() { $(this).on('change',function (ev) { alert($(this).value); }); });

But I get undefined value.
How can I fix this without using a specific ID for every slider?

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