Skip to content

Instantly share code, notes, and snippets.

@javascripter
Created December 7, 2008 13:30
Show Gist options
  • Save javascripter/33146 to your computer and use it in GitHub Desktop.
Save javascripter/33146 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="behavior">
<implementation><constructor><![CDATA[
this.parentNode.removeChild(this);
]]></constructor></implementation>
</binding>
<!-- var head = document.getElementsByTagName('head').item(0);
head.appendChild(
document.createElement('style'))
.appendChild(
document.createTextNode(
'img { -moz-binding: url("http://gist.github.com/33146.txt#behavior"); }'))
-->
</bindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment