GithubHelp home page GithubHelp logo

protoplus's Introduction

Protoplus.js Prototype Extensions Library

This is an extensions library for Prototype.js (v1.6+). Protoplus basictly adds new features to Prototype.js.
h4. For example:

There are visual functions like A core animation function, textshadows, drag&drop, Instant Editables, Easy Tooltips, Star Rating Tool and Apple Like Search Box
And there are other functions supporting these functions such as, Color parsers, PHP-like GET parameter reader, selectable and un selectable elements, Cookie functions, Hower mimic,
Scroll methods, Element value getters.

Protoplus.js is not an animation Library or Frontend Framework it’s just a compilation of commonly used functions build on prototype

Examples

Protoplus inherits the usage of prototype library. So usage is as easy as prototype library.

Including on page


<script type="text/javascript" src="prototype.js"></script>; <script type="text/javascript" src="protoplus.js"></script>;

Using shift function

Shift function is a core animation function. It’s basictly the same of setStyle of prototype but shift sets the style by animations.


<script>; $('div').shift({ height:150, width:200, background:'#FFFFE0', duration:3, easing:'sineOut' }); </script>;

As you can see its as easy as using prototype.

I’ll write a complete documentation soon.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.