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?