Skip to content

Instantly share code, notes, and snippets.

@revelation
Created January 19, 2010 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revelation/281180 to your computer and use it in GitHub Desktop.
Save revelation/281180 to your computer and use it in GitHub Desktop.
222c222
< $.livequery.registerPlugin('append', 'prepend', 'after', 'before', 'wrap', 'attr', 'removeAttr', 'addClass', 'removeClass', 'toggleClass', 'empty', 'remove','html');
---
> $.livequery.registerPlugin('append', 'prepend', 'after', 'before', 'wrap', 'attr', 'removeAttr', 'addClass', 'removeClass', 'toggleClass', 'empty', 'remove');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment