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
This PR adds jquery short notation support ($.) to toast and modal which are made dynamically out of js properties and thus are not bound to an existing dom node.
Previously you always had to select body (which still works) when no existing domnode template exists. Infact the body selector was completely ignored.
0 commit comments