Its speed up your coding in JQuery using Notepad++
Firstly you must have
Notepad++ (http://notepad-plus-plus.org/) & FingerText plugin (http://sourceforge.net/projects/fingertext/)
Install Fingertext-JQuery
go to Menu Plugins > FingerText > Import snippets from ftd files > choose Fingertext-JQuery.ftd
Getting Started
type 'ready' then press tab in Javascript syntax mode (or extension js)
//result
$(document).ready(function() { // code when DOM ready });
Note : if you write this code in html,php file or other. Just edit, find 'ext:js' and replace it with 'GLOBAL' .
I hope usefull.
Regards,, @mirzalazuardi