|
| 1 | +[](https://travis-ci.org/Reactive-Extensions/rxjs-jquery) |
| 2 | +[](http://gruntjs.com/) |
| 3 | +[](http://badge.fury.io/js/rx-jquery) |
| 4 | + |
1 | 5 | RxJS-jQuery <sup>1.1</sup> - jQuery Bindings for the Reactive Extensions for JavaScript
|
2 | 6 | ==========================================================
|
3 | 7 | ## OVERVIEW
|
@@ -38,9 +42,7 @@ Let's walk through a simple yet powerful example of the Reactive Extensions for
|
38 | 42 | We'll start out with a basic skeleton for our application with script references to jQuery, RxJS, RxJS Time-based methods, and the RxJS Bindings for jQuery, along with a textbox for input and a list for our results.
|
39 | 43 |
|
40 | 44 | <script type="text/javascript" src="jquery.js"></script>
|
41 |
| - <script type="text/javascript" src="rx.js"></script> |
42 |
| - <script type="text/javascript" src="rx.binding.js"></script> |
43 |
| - <script type="text/javascript" src="rx.time.js"></script> |
| 45 | + <script type="text/javascript" src="rx.lite.js"></script> |
44 | 46 | <script type="text/javascript" src="rx-jquery.js"><script>
|
45 | 47 | <script type="text/javascript">
|
46 | 48 | $(function () {
|
@@ -189,17 +191,25 @@ We've only scratched the surface of this library in this simple example.
|
189 | 191 | * [`$.Callbacks`](http://api.jquery.com/category/callbacks-object/)
|
190 | 192 | * `Callbacks.toObservable`
|
191 | 193 |
|
192 |
| -## LICENSE |
| 194 | +## Contributing ## |
| 195 | + |
| 196 | +There are lots of ways to [contribute](https://github.com/Reactive-Extensions/rxjs-jquery/wiki/Contributions) to the project, and we appreciate our [contributors](https://github.com/Reactive-Extensions/rxjs-jquery/wiki/Contributors). |
| 197 | + |
| 198 | +You can contribute by reviewing and sending feedback on code checkins, suggesting and trying out new features as they are implemented, submit bugs and help us verify fixes as they are checked in, as well as submit code fixes or code contributions of your own. Note that all code submissions will be rigorously reviewed and tested by the Rx Team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source. |
| 199 | + |
| 200 | +## License ## |
| 201 | + |
| 202 | +Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. |
| 203 | +Microsoft Open Technologies would like to thank its contributors. |
193 | 204 |
|
194 |
| -Copyright 2013 Microsoft Corporation |
| 205 | +Licensed under the Apache License, Version 2.0 (the "License"); you |
| 206 | +may not use this file except in compliance with the License. You may |
| 207 | +obtain a copy of the License at |
195 | 208 |
|
196 |
| -Licensed under the Apache License, Version 2.0 (the "License"); |
197 |
| -you may not use this file except in compliance with the License. |
198 |
| -You may obtain a copy of the License at |
199 |
| - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
| 209 | +http://www.apache.org/licenses/LICENSE-2.0 |
200 | 210 |
|
201 | 211 | Unless required by applicable law or agreed to in writing, software
|
202 | 212 | distributed under the License is distributed on an "AS IS" BASIS,
|
203 |
| -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
204 |
| -See the License for the specific language governing permissions and |
205 |
| -limitations under the License. |
| 213 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 214 | +implied. See the License for the specific language governing permissions |
| 215 | +and limitations under the License. |
0 commit comments