Skip to content

How can I find out EXACTLY what is being triggered from Visual Event? #65

@IAmOrion

Description

@IAmOrion

Here's my scenario...

I'm trying to track down and if needs be fire the event manually.

Screenshot 2019-10-23 at 12 57 46

Visual Event says there's a "change" event on select#Size.single-option-selector. If I click trigger event it works as expected.

If I try and do

$('select#Size.single-option-selector').change(); or $('select#Size.single-option-selector').trigger('change');

it does nothing, so I need to figure out exactly what that "trigger event" is doing so I can manually do the same thing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions