Skip to content

Instantly share code, notes, and snippets.

@jookyboi
Created July 15, 2013 01:22
Show Gist options
  • Save jookyboi/5996895 to your computer and use it in GitHub Desktop.
Save jookyboi/5996895 to your computer and use it in GitHub Desktop.
if WebKitMutationObserver?
observer = new WebKitMutationObserver observerFunc
observer.observe el, {attributes:true}
else
el.addEventListener "DOMAttrModified",(event)->
wrapper.style.display = el.style.display
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment