walterShen / basejs

baseJS is a work-in-progress lightweight JavaScript library for Safari, Firefox, and especially Mobile Safari. Be sure to run 'git submodule init' and 'git submodule update' upon first clone of baseJS to get Sizzle imported.

Home Page:http://paularmstrongdesigns.com/projects/basejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

---------------------------------------
README
---------------------------------------

baseJS is a lightweight Javascript framework intended for use with Mobile Safari on the iPhone and iPod Touch; it also works with Firefox and all WebKit-based browsers. By providing shortcuts and reusable methods, baseJS helps you write code to be lightweight and extendable--perfect for the mobile web.

Support for Internet Explorer is NOT included in order to keep the file size as low as possible for mobile browsing.

Please run the following two commands to make sure you get the source for Sizzle:
$ git submodule init
$ git submodule update

Please see http://paularmstrongdesigns.com/projects/basejs for more information on this project.

WHAT baseJS IS:
• A lightweight Javascript framework that includes helpful methods for creating dynamic web sites.

WHAT baseJS IS NOT:
• A cross-browser, cross-platform framework for creating accessible web sites.
• Useable with Internet Explorer.
• Intended to support Internet Explorer.
• Seriously, there will never be Internet Explorer support.

About

baseJS is a work-in-progress lightweight JavaScript library for Safari, Firefox, and especially Mobile Safari. Be sure to run 'git submodule init' and 'git submodule update' upon first clone of baseJS to get Sizzle imported.

http://paularmstrongdesigns.com/projects/basejs/

License:GNU General Public License v3.0