I am working in html mode, which seems to work out when I switch to php, html, or css just fine. However, there are tab triggers for the JavaScript jQuery Bundle, for examples "ready -> tab" should put in: $(document).ready(function() { // Stuff to do as soon as the DOM is ready; });
I just get "ready" as a literally string. The source is set to source.js.jquery, and I am working in a <script type="text/javascript" charset="utf-8"> block.
What am I doing wrong?
Bump... Anyone? tab completion in jQuery would be very helpful. I work in html mode, and do not want to toggle out of html mode. Any way to rip through the bundle and set it to source.js instead of source.js.jquery? Is that even a good idea?