Skip to content

trigger an action when clicking a proposed value #16

@simogeo

Description

@simogeo

Hi @aliask , thanks for that nice plugin.

I've seen in your exemple the following code :

$('input').on('keyup blur', function() {
          $(this).parent().find(".output").html($(this).parent().find("select").val());
        });

but is there a way to trigger action when clicking a proposed entry ? I've tried a few thing but was not able to get the wanted result.

Thanks !

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