Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
IAmOrion opened this issue Oct 23, 2019 · 2 comments
Open

Comments

@IAmOrion
Copy link

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

@DataTables
Copy link
Collaborator

This is the code that Visual Event uses to trigger an event.

@IAmOrion
Copy link
Author

IAmOrion commented Oct 23, 2019

Thanks for the super quick reply. I think I'm too old/stupid to figure out how to make that relevant :( ha

I shall try and fathom it out though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant