-
Notifications
You must be signed in to change notification settings - Fork 35
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
Event.trigger needs to send an optional parameters like jQuery's Events do #35
Comments
Hi @budarin, I think it can be useful, added to development scope. |
Like temporary workaround you can use next code: $('#el').trigger($.Event('eventType', {
key: 'value'
})); jQuery have the same interfaces, this code is 100% compatible. Full support for constructions like |
Hi Alex! |
Hi @budarin,
|
should I always put second parameter as array or as object too? |
Is there any update? Would be great to have the following functionality:
|
It's still not implemented, but I think I will improve it during the week. |
Event.trigger needs to send an optional parameters like jQuery's Events do
The text was updated successfully, but these errors were encountered: