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
I'm not sure whether I'm doing things correctly but here it is.
I'm implementing a different behaviour when processing a 'selected' event depending on whether the selected item has been selected through left or middle click (expand all). For this I need to access the orginal JQuery 'click' or 'mousedown' event. I could not retrieve it from within the 'selected' handler.
I had to add it in the source of aciCore (#select) in the dispatched options. There might be a better way.
The text was updated successfully, but these errors were encountered:
I'm not sure whether I'm doing things correctly but here it is.
I'm implementing a different behaviour when processing a 'selected' event depending on whether the selected item has been selected through left or middle click (expand all). For this I need to access the orginal JQuery 'click' or 'mousedown' event. I could not retrieve it from within the 'selected' handler.
I had to add it in the source of aciCore (#select) in the dispatched options. There might be a better way.
The text was updated successfully, but these errors were encountered: