How to use dollar signs/JQuery with Sublime Text 2 Snippets?

Viewed 10851

I am trying to create some code "Snippets" with Sublime Text2 and everything works fine except when I try and add jQuery code. Apparently any "Snippets" code that includes lines that begin with a $ will simply not work. I couldn't find any answers online regarding this.

2 Answers
Related