jayDom JS Library

Posted on December 18th, 2008, by Cristian in Development

What 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 …

Leave a comment

Advertise / Sponsors

Comments RSS Feed

Recent Comments

  • yuci: ok, i solved the problem, but i will search for a better one. i just noticed, hidden div doesnt show itself...
  • yuci: hey, yeah i downloaded well, and i edited a lot this application, and i can say that, it is a wonderful app....
  • Cristian: No, it’s working as I tested.
  • yuci: is link dead, or just some temporary problem? i cant download zip files.
  • Fredrik: I can’t get this to work. It seems to fail at $order->setShippingAmount( $shipping_amount +...