We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's my scenario...
I'm trying to track down and if needs be fire the event manually.
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
The text was updated successfully, but these errors were encountered:
This is the code that Visual Event uses to trigger an event.
Sorry, something went wrong.
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
No branches or pull requests
Here's my scenario...
I'm trying to track down and if needs be fire the event manually.
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
The text was updated successfully, but these errors were encountered: