Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoda committed Nov 29, 2013
1 parent c23aac6 commit 5aa92d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

SPA build WebApp focus on solving common problems encountered, especially for building MobileApp, unlike [jQuery Mobile](http://jquerymobile.com/), [Sencha Touch](http://www.sencha.com/products/touch/) and other frameworks, building mobile client application is not a front-end integrated solutions with SPA, so we do not include UI components, if you do not want to design their own interface, you can use the [Bootstrap](http://getbootstrap.com/), [Topcoat](http://topcoat.io/) and other UI Components frame with SPA, to quickly build your WebApp.

SPA need to use [jQuery](http://jquery.com/) and CSS3 [jquery.transit](http://ricostacruz.com/jquery.transit/) support for DOM manipulation and animation, and each view can be [RequireJS](http://requirejs.org/), [Sea.js](http://seajs.org/docs/) other CommonJS solutions or customize the way modular organization, asynchronous loading.
SPA need to use [jQuery](http://jquery.com/) support for DOM manipulation, and each view can be [RequireJS](http://requirejs.org/), [Sea.js](http://seajs.org/docs/) other CommonJS solutions or customize the way modular organization, asynchronous loading.

SPA support mobile client browser and the desktop side modern browsers.

Expand Down
2 changes: 1 addition & 1 deletion docs/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define({
来快速构建你的WebApp;\
</p>\
<p>\
SPA需要用<a href="http://jquery.com/" target="_blank">jQuery</a>和<a href="http://ricostacruz.com/jquery.transit/" target="_blank">jquery.transit</a>支持DOM操作和CSS3动画,\
SPA依赖<a href="http://jquery.com/" target="_blank">jQuery</a>进行DOM操作,\
并且每个视图可以通过<a href="http://requirejs.org/" target="_blank">RequireJS</a>、<a href="http://seajs.org/docs/" target="_blank">Sea.js</a>等CommonJS解决方案或者自定义的方式进行模块化组织、异步加载;\
</p>\
<p>\
Expand Down

0 comments on commit 5aa92d0

Please sign in to comment.