Announcement
Collapse
No announcement yet.
Need a CSS selector for the Complete Order button on OPAY
Collapse
X
-
BTW: Dream Request. How about universal IDs on controls? I.e., the osel continue button ALWAYS has #oselContinue attached, the opay has #opayContinued the 'guest' login on ORDL has #ordlGuestLogin, etc.
This will make modules and template scripts more portable.
- 1 like
Leave a comment:
-
Thanks, Matt - I was approaching it minimally, the generic approach is safest.
Leave a comment:
-
Hi Gordon,
Selectors for that button can really vary from ReadyTheme to ReadyTheme. Generally, there is not an ID or data- attribute attached to them, so the best way to target it generically might be to check for input[type="submit"]
Leave a comment:
-
Need a CSS selector for the Complete Order button on OPAY
As the title says, I would love to have a selector for the Complete Order button on the OPAY screen.
At one time, before ReadyThemes, that button had a style of continue-button and/or an ID of fields-key. Apparently that is no longer true, and it has slightly broken a module.
Is there a reliable selector for that button, or a list of selectors for existing ReadyThemes?Tags: None
Leave a comment: