You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if I want to use jquery event delegation instead of monkberry-events? what is the best approach from your point of view? Though I have had success in delegating events using jquery. But still would like to consider your words on this.
With jquery, I tried the below approach
$(this.nodes).on("click", '#gs-show-search', this.showSearch.bind(this))
Thanks
mani
The text was updated successfully, but these errors were encountered:
Hi @antonmedv
What if I want to use jquery event delegation instead of monkberry-events? what is the best approach from your point of view? Though I have had success in delegating events using jquery. But still would like to consider your words on this.
With jquery, I tried the below approach
$(this.nodes).on("click", '#gs-show-search', this.showSearch.bind(this))
Thanks
mani
The text was updated successfully, but these errors were encountered: