mixpanel-js
mixpanel-js copied to clipboard
How can i create selector?
Hello! I read the source code and found a 'dom_query' funciton in utils.js, but I don't know how to generate a selector.
Standard CSS selectors. For instance to select any <a> element with the class "trackme", the selector would be a.trackme. https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors