Skip to content

wizard-build-profile checkbox onChange is not firing #39

Description

@shariful2011

As per the issue no. #36, I am also not getting any response on checkbox onChange. I tried adding onChange and as following:

$('#dental_type_id_1').change(function () {
    alert($this.value);
 });
$('input[type=checkbox]').change(function () {
    alert('changed');
});

nothing work. Please need help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions