Skip to content

Instantly share code, notes, and snippets.

@choonkeat
Created April 30, 2010 06:42
Show Gist options
  • Select an option

  • Save choonkeat/384850 to your computer and use it in GitHub Desktop.

Select an option

Save choonkeat/384850 to your computer and use it in GitHub Desktop.
# see: http://www.codenothing.com/archives/2010/8-jquery-micro-optimization-tips/
# usage: cat application.js | ruby jQuery.live2delegate.rb
puts $_.to_s.gsub(/\((.+?)\)\.live\(/, '.root.delegate(\1,') while $stdin.readline rescue exit(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment