jeesh

0.0.6 • Public • Published

THE JEESH

The Jeesh is like a starter pack for ender. At only 7.5k the Jeesh can help you build anything from small prototypes to providing a solid base for large-scale rich application for desktop and mobile devices. At it's core, it's a collection of packages that we've found particularly useful for major use-case development endeavors -- but we encourage use to add and remove packages to really make it your own. Currently, the Jeesh includes:

BUILDING

To build the jeesh... just run:

$ ender -b jeesh

WHAT DOES THIS SETUP LOOK LIKE?

domready

$.domReady(function () {...})

DOM queries

$('#boosh a[rel~="bookmark"]').each(function (el) { ... });

Manipulation

$('#boosh p a[rel~="bookmark"]').hide().html('hello').css({
  color: 'red',
  'text-decoration': 'none'
}).addClass('blamo').after('').show();

Events

$('#content a').bind('keydown input', handler);
$('#content a').emit('customEvent');
$('#content a').remove('click.myClick');

No Conflict

var E = $.noConflict(); // return '$' back to its original owner
E('#boosh a.foo').each(fn);

GETTING STARTED WITH THE JEESH

If you're looking to test drive this setup, have a play with the compiled source

Readme

Keywords

none

Package Sidebar

Install

npm i jeesh

Weekly Downloads

146

Version

0.0.6

License

none

Last publish

Collaborators

  • fat
  • ded