Resources

Articles

Element Selectors
Element selectors within the Monetate Builder tools support both CSS3 and Sizzle selector syntax. You can use attribute selectors and pseudo-class selectors in both stylesheets and the Element Selector field. You can only use Sizzle selectors i...
CSS Tips and Tricks
Before you write CSS in actions, you should understand how CSS hierarchy works and how Monetate can use CSS actions within this hierarchy. Different levels of CSS include browser default CSS, external stylesheets, internal stylesheets, and inline...
Regular Expressions in Personalization
A regular expression (regex or regexp) is a group of characters that you can use to match complex patterns in URLs. Within the Monetate platform, you can use regular expressions for pattern-matching or search-and-replace functions in Full-Page Te...
Use JavaScript to Poll for Necessary Resources
In a very basic sense, a timing issue is when you attempt to use a library (like jQuery), a selector, or another resource before it has fully loaded. Timing issues are a constant concern for developers. Ensuring resources are available before the...