Code Monkey home page Code Monkey logo

javascript-jquery.tmbundle's Introduction

Installation

You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you.

General

License

If not otherwise specified (see below), files in this repository fall under the following license:

Permission to copy, use, modify, sell and distribute this
software is granted. This software is provided "as is" without
express or implied warranty, and with no claim as to its
suitability for any purpose.

An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”.

javascript-jquery.tmbundle's People

Contributors

infininight avatar jrus avatar sorbits avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

javascript-jquery.tmbundle's Issues

Please update bundle to match canonical bundle repo

The jQuery bundle in this repo, based on the one that Jonathan Chaffer and I created and submitted to SVN under his username, is very much out of date. Could you please update it to match my version of it, which has become the canonical bundle? You can find it at https://github.com/kswedberg/jquery-tmbundle

I had considered submitting a pull request, but my repo is so different, so far ahead of this one that it didn't seem worth it.

Thanks,

--Karl

Folding patterns don't always work

Folding javascript code gets easily confused
When pasting this example into a file, switching it to jquery js and trying to fold it will behave wrong.

The first function is folded correctly, however the second one is not.

Try to fold it on level two with command-alt-2 to see the effect.

Here's the code example that demonstrates this:

-- snip --
{
didRecieveBacklog: function() {
if (undefined === this.ticketsJSON
|| undefined === this.positionsJSON
|| undefined === this.columnConfigurationJSON)
return;

if ($.isFunction(this.backlogLoadedCallback))
this.backlogLoadedCallback(this);
},

// Sending position information to the server ..............................

sendPositionsUpdateToServer: function(anOrder) {
$.ajax({
contentType: 'application/json',
type: 'POST',
url: this.urlForMassPositionsUpdate(),
data: JSON.stringify({positions:anOrder})
});
}

}
-- snap --

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.