Created
November 23, 2016 16:29
-
-
Save daniellizik-sc/120b0e10a36f14f470af8d66ea12978f to your computer and use it in GitHub Desktop.
selectors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
OSR Container: "#wrapper-sc" | |
Div containing email/submit: "#wrapper-sc .emailContainer-sc" | |
Email input box: "#wrapper-sc .emb-sc" | |
Hidden trends div: "#trendsHide-sc" | |
Trends: "#wrapper-sc .trendsShow-sc" | |
Close Button/s: "#wrapper-sc .close-sc" | |
Continue Button/s: "#wrapper-sc .cta-sc" | |
Send/Save Button/s: "#wrapper-sc .send-sc" | |
Email opt in checkbox: "#wrapper-sc .optin-sc" | |
On all of your buttons - href="javascript:void(0);" | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment