jQuery
jQuery copied to clipboard
Sublime Text package bundle for jQuery
When I type jQuery.ajax or $.ajax and then select the first normal ajax function, the following appears: $.$.ajax({ ... or jQuery.$.ajax({ ... It helps to have a good function build...
is there any problem in downloading this file after i download it from **git cloning or download zip** the file disappear in a day when the computer i close the...
I'm developer Rails and completion no work inside files .slim
add
e.stopPropagation()
error
plugin (method extras).tmSnippet lack '\' on 17 lines ``` ${10:\$this} = $(this); ``` ``` ${10:\$this} = \$(this); ```
When the $.ajax command auto-completes, there is a trailing comma on the data parameter object. If left in the code, it will cause issues with IE8 (and below). I'm removing...
With this snippet you can handle ajax with success parameter and ajax handle by status codes. Thanks