Skip to content

cloudcmd v10.8.0

Compare
Choose a tag to compare
@coderaiser coderaiser released this 19 Sep 14:18
· 1222 commits to master since this release

Good Bye JQuery

After removing fancybox in previous release the need for jquery was gone in the similar way to GitHub. It is really good library, it was so good on it's time that changed world of Browser API to things we have now :). This is really great.
The only part of Cloud Commander that still needs jquery is console-io which is using jq-console a jQuery terminal plugin written in CoffeeScript.

Anyways I suggest you to use terminal it is really very powerful terminal emulator which is doesn't need jquery.

feature

  • (package) load -> load.js + @cloudcmd/create/element
  • (cloudcmd) rm jquery

updates