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

Return tag's jQuery element in tm:pushed trigger #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sveracarrasco
Copy link
Contributor

In some cases, when
you need to add elements to the tag container or change properties
or make jQuery selections, you need an instance of jQuery tag's element

I propose to add that jQuery element ($el) as a new trigger argument
of tm:pushed event

In some cases, we need to access to the tag's jQuery Element
(the tag's span HTML element container), for example, when
you need to add elements to the container, change properties
or make selections.

I propose to add the jQuery element ($el) as trigger's argument
of the tm:pushed event
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

Successfully merging this pull request may close these issues.

1 participant