#Javascript Extension TextMate Bundle
##Description
This bundle is meant to extend the javascript bundle that comes with Textmate and mainly adds JQuery support but also adds other javascript helpers. Installing this bundle will not conflict with the default Javascript bundle; they should work hand-in-hand.
####Changes
docready⇥
$(document).ready(function(){ ...con⇥
console.log()func⇥
function(){ ...$⇥
$("")- Typing
$
with text selected automatically inserts text inside $("") - Lots more!
##Installation
- $
cd ~/Library/Application\ Support/TextMate/Bundles/
- $
git clone git://github.com/phuibonhoa/Javascript-Bundle-Extension.git JavascriptExtension.tmbundle
- $
osascript -e 'tell app "TextMate" to reload bundles'
If you'd like to install all my bundles, check out this script written by mkdynamic. It installs all bundles and backups any existing bundles with conflicting names. Thanks Mark!
##My Other Textmate Bundles My bundles work best when use in conjunction with my other bundles:
- Rails - http://github.com/phuibonhoa/ruby-on-rails-tmbundle
- Ruby - http://github.com/phuibonhoa/ruby-tmbundle
- Shoulda - http://github.com/phuibonhoa/ruby-shoulda-tmbundle
- HAML - http://github.com/phuibonhoa/handcrafted-haml-textmate-bundle
- Sass - http://github.com/phuibonhoa/ruby-sass-tmbundle
- JavaScript - http://github.com/phuibonhoa/Javascript-Bundle-Extension
- CTags - http://github.com/phuibonhoa/tm-ctags-tmbundle
##Credits
Written by Philippe Huibonhoa and funded by BookRenter.com.