Skip to content

Instantly share code, notes, and snippets.

// Close the Drip tab when someone clicks "X"
$(function checkFormDrip() {
if( $('.drip-tab').length > 0 ) {
// tab is loaded, hook up the event handler
$('.drip-close').click(function() { $('.drip-tab').hide(); });
} else {
setTimeout(function() { checkFormDrip(); }, 200 );
};
});

Keybase proof

I hereby claim:

  • I am rsobers on github.
  • I am rsobers (https://keybase.io/rsobers) on keybase.
  • I have a public key ASDJXJtRhnuAQhSAtqCdJEJRxWLgPKWMFoK4LJMdAv4ZIAo

To claim this, I am signing this object: