Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

ender-js/jeesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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 build 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

<iframe id="fiddle-example" src="http://jsfiddle.net/yakWA/2/embedded/"></iframe>

About

The official starter pack for Ender.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published