Skip to content

Commit

Permalink
1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ermouth committed Apr 7, 2017
1 parent 28ab880 commit 8ec4664
Show file tree
Hide file tree
Showing 9 changed files with 4,600 additions and 86 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
jQuery.my
=========

Below API description is not complete, see [jquerymy.com](http://jquerymy.com/) for more detailed API, examples and list of compatible controls.

* [__Get/set data__](#retrieving-and-updating-data)
* [__Validation__](#validation)
* [__Dependencies__](#dependencies)
Expand All @@ -18,14 +21,12 @@ Forms are promises – any `.init` function can return promise instead of `undef

jQuery.my also incorporates simple template engine and modal dialog mechanics, which also behaves as promise.

Below API description is not complete, see [jquerymy.com](http://jquerymy.com/) for more detailed API, examples and list of compatible controls.

See [cloudwall.me](http://cloudwall.me) as an example of web-app platform built on top of $.my.

Setup
-----

jQuery.my requires jQuery 1.11+ and [SugarJS 1.4.0+](http://sugarjs.com/).
jQuery.my requires jQuery 2.0+ and [SugarJS 1.3.9–1.4.1](http://sugarjs.com/).

```html
<script src="/js/sugar.min.js"></script>
Expand Down
Loading

0 comments on commit 8ec4664

Please sign in to comment.