Giter VIP home page Giter VIP logo

riddle.js's Introduction

Riddle.js

Riddle.js is simple and stupid selector-based JavaScript library mainly for iPhone and Android devices ( currently alpha-quality )

  • riddle.js (15k) -> original Riddle.js source code, for development
  • riddle.min.js (3.9k) -> Riddle.js minified with Closure Compiler
  • riddle-all.min.js (4.6k) -> Riddle.js and all included plugins combined and minified

Riddle.js is:

  • to be thin
  • to be simple
  • to be small

Riddle.js is not:

  • to do all for you
  • willing to kick you to library lock-in
  • for people who like to dream eternally in comfortable DSL

Features

  • wait DOMContentLoaded with r({fucntion})
  • jQuery-like selector with r({string})
  • DOM manipulation ( html, add, remove ) for selector result
  • Attribute modifier ( attr, css, addClass, removeClass ) for selector result
  • Event bindings ( bind, unbind, click, sunmit, focus, ... ) for selector result
  • Array++ functions ( detect, invoke, pluck ) for selector result
  • xhr wrapper with r.ajax
  • select with id or class ( r.id, r.cls )

More

  • Riddle uses selector backend for document.querySelectorAll. document.querySelectorAll is flxible DOM interface but not so fast. So please use r.id or r.cls if you want the speed. They uses more specialized functions like document.getElementById and document.getElementsByClassName internally.
  • To extend selector result, add function to r.fn. Get access the results with "this".
  • Riddle caches all DOM query results currently. This feature might be change in the future.

Included Plugins

  • storage.js ( Simple wrapper for localStorage and sessionStorage )
  • touch.js ( Currently supports swipeLeft and swipeRight only )

FNAQ ( Frequently but Never Asked Questions )

  • Why Riddle doesn't support method chain? -> Because that is nothing.
  • Why Riddle doesn't give me target element as "this" for event handlers? -> I'm just thinking about it.
  • I want "foobar" feature. -> Give me message or pull request. I'll implement or merge if reasonable.

riddle.js's People

Contributors

zentooo avatar sousk avatar

Stargazers

 avatar

Watchers

James Cloos avatar

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.