June Framework v 2.0

June Framework

JUNE is a JavaScript Framework based on Core, a small JavaScript library developed by Kevin Yank and Cameron Adams and published in their book: Simply JavaScript.

Developers can integrate JUNE into their existent projects without having to worry about name collision because JUNE is namespaced.

JUNE has great support for:

  • DOM selection (methods like: JUNE.Dom.getByTags/getByClass/getByAttribute),
  • DOM manipulation (methods like: JUNE.Dom.insertBefore/insertAfter/removeChild...),
  • Event handling (methods like: JUNE.Event.addHandler(s)/removeHandler(s)/preventDefault...),
  • Ajax (methods like: JUNE.Web.getData/postData/getHeaders)

JUNE's main purpose is to help developers build powerful web applications(websites/blogs) using the JavaScript syntax they already know - because, at its core, this is what actually JUNE is: Simply JavaScript.

It is fully documented and that's extremely helpful when programming in the Visual Studio 2008 IDE because of the power of the intellisense which can help developers increase their productivity.

© 2008 Costin Trifan. All rights reserved.

The JUNE Framework is released under the MIT license.