jayDom JS Library
Posted on December 18th, 2008, by Cristian in DevelopmentWhat is jayDom?
It’s a Javscript library developed by Debuggable, Felix Geisendörfer which tries to provide its users with a standard of organizing and writing their JS code for complex web applications. The alpha version should be ready in less than 2 week after Felix promises.
You can take a look at Word Dominatoion presentation using jayDom, jQuery and CakePHP. Also you have below the main features of this great masterpiece.
Features
- Microformat-like definitions of your markup
- Simplification of business logic: $(‘.task:first’).field(‘progress’, 50);
- Semantic jQuery selectors like $(‘:field(Person,name=Felix)’)
- Easy ajax: $(‘:type(Person)’).save()
- Dead-simple creation of new elements: $.create(‘Task’, {name: ‘New Task’}).appendTo(‘#tasklist’);
- CakePHP-like $.url(), $.underscore(), $.camelize(), etc. functionality
- and more things to make your life easier …
