jquerysnippets icon indicating copy to clipboard operation
jquerysnippets copied to clipboard

jQuery Code Snippets for Visual Studio Code

Results 14 jquerysnippets issues
Sort by recently updated
recently updated
newest added

Is it possible to invoke jq.. in all file types? For me its common to have java scripts in many different files.

I added 10 new snippets.

``` setTimeout( function() { //do something special }, 5000); ```

Currently, all the snippets are inserted with the "$" declaration. Working with Wordpress, i would need to have the alternate "jQuery" declaration. Is it possible to add a setting to...

I think you forgot this functionality of jquery.

I would like to resolve #1 by adding possibility tu use plugin in .ts and .html files.

There are some snippets missing which are also used in web development 1. jqChildren ```js $("#item").children(); $("#item").children('.class'); ``` 2. jqParents ```js $("#item").parents(); $("#item").parents('.class'); ``` 3. jqParent ```js $("#item").parent(); $("#item").parent('.class'); ```

Added Missing snippet for the [.focusout()](https://api.jquery.com/focusout/) event

hi, i installed this snippets yesterday, it's working fine and very usefull. then i installed "laravel blade snippets", after that this snippets can't working. while i type "jq", it doesn't...