Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unreal4u/u4u-js-library
All javascript code that I've ever invented and can be useful in the future goes into this repo :)
https://github.com/unreal4u/u4u-js-library
Last synced: 14 days ago
JSON representation
All javascript code that I've ever invented and can be useful in the future goes into this repo :)
- Host: GitHub
- URL: https://github.com/unreal4u/u4u-js-library
- Owner: unreal4u
- Created: 2013-02-18T21:57:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-31T20:56:48.000Z (almost 12 years ago)
- Last Synced: 2024-11-09T13:46:47.123Z (2 months ago)
- Language: PHP
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
README
==============u4u-js-library
--------------u4u-classes is a compilation of JavaScript code written by unreal4u (Camilo Sperberg) available to general public and
usage. Feel free to use and modify anything in these classes you want. They have all
[BSD licenses](http://en.wikipedia.org/wiki/BSD_licenses).Disclaimer
--------------I'll always will try to maintain basic operation within my classes and ensure that they will do the job they say it does,
but use these classes at your own risk! Most of them have been tested (with JSLint) and are already being used in
production websites, but my way of implementing the classes may differ from what you are doing, and in those cases, bugs
can originate without me knowing about them. If you want to use my code, you are free to do so, but it is your
responsability to test them thoroughly to ensure that they will work in your case scenario!Classes description
--------------* *backgroundTransition*: A lightweight jQuery plugin that is able to do a background transition for the selected divs.
You can pass options to control it.
* *convertFormValues*: A simple function to convert form elements into a formatted string ready to be used as data in
an $.ajax request.How to use these classes
--------------I recommend the following steps:
* Clone the project:git clone git://github.com/unreal4u/u4u-js-library.git u4u-js-library
* Proper instructions coming soonContact
--------------* Twitter: [@unreal4u](http://twitter.com/unreal4u)
* Website: [http://unreal4u.com/](http://unreal4u.com/)
* Github: [http://www.github.com/unreal4u](http://www.github.com/unreal4u)