om.Html.append.after

document.addEventListener('om.Html.append.after', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…

om.Optin.init.submit example

document.addEventListener('om.Optin.init.submit', function(event) { // Grab the email address submitted by the user. const email = event.detail.Optin.data.fields.email;…

Slide Reposition Top Left v2

html div#om-{{id}} { top: 0px !important; bottom: unset !important; right: auto !important; margin-left: 20px !important; transition:…

NMDFX Admin bar, Dashboard, Edits & Custom CSS

/* HIDE Monster Icon */ .monsterinsights-quick-links, .monsterinsights-float-right { display: none!important; } #monsterinsights_reports_widget { padding: 50px 0;…

Kaleb Nation PRO
<10

Normalize

Settings to normalize across browsers

Untitled Snippet

https://www.profitableratecpm.com/bbtkm7cns?key=a06da006c254b195244f209d67647a58

Custom Separator for Data Manipulation

The Data Manipulation default separator is a space. You can change this to a custom separator…

<10

Gravity Forms: Cambridge Caregivers Gravity Forms Snippets

Credit Card Expiration Field on Cambridge Caregivers Engagement Form year dropdown set to current year and…

<10

Move WPCode "Status" Column from Last to First (WPCode)

This code snippet moves the "Status" column of WPCode's code snippets table from last to first.…

Runs After A Successful OptinMonster Conversion (om.Optin.success)

Here are some things to know before you begin: All Javascript events are asynchronous. All campaign…

Angie Meeker PRO
<10
1 115 116 117 118 119 233