Puneet Varma (Editor)

Midori JavaScript Framework

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Aycan Gulez

Written in
  
JavaScript

Development status
  
Abandoned

License
  
MIT License

Stable release
  
2010.05 / May 10, 2010 (2010-05-10)

Type
  
Web application framework

midori is an ultra-lightweight JavaScript library that aims to make JavaScript web development easier. It was created by Aycan Gulez and hasn't been updated since June 2010.

Contents

Features

  • DOM element selection using CSS selectors
  • Tabs
  • Drag and Drop
  • Effects
  • Pop-up menus
  • Ajax with history support
  • Autocomplete
  • Inline Edit
  • Table row selection
  • DOM, cookie, form, string and array utility methods
  • Use

    midori consists of 10 modules and is available as a single JavaScript file. It can be included within any web page by using the following markup:

    midori allows the use of standard CSS syntax to access DOM elements, and supports most CSS2 and CSS3 selectors. There are three ways to work on returned DOM elements.

  • Passing JavaScript code to modify a single property, using the built-in apply() method:
  • Passing a function that takes a single parameter for more complex operations, again using the apply() method:
  • Directly accessing array entries returned by midori.get() is also possible.
  • References

    Midori JavaScript Framework Wikipedia