Coder Social home page Coder Social logo

subchen / jetbrick-widget Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 4.84 MB

jetbrick-widget is a utility-belt library for JavaScript that provides a lot of the functional programming support and widget.

Home Page: http://subchen.github.io/jetbrick-widget/

Groovy 0.96% Shell 0.16% CSS 8.87% JavaScript 82.72% CoffeeScript 6.48% ActionScript 0.81%

jetbrick-widget's Introduction

Jetbrick-widget is a data-driven and powerful front-end framework for faster and easier web development, created and maintained by Sub Chen.

To get started, checkout http://subchen.github.io/jetbrick-widget/

Overview

Including following components in current version.

  • form-validator
  • dropdown
  • scroll-to-top
  • date-picker
  • time-picker
  • flash-uploader
  • iphone-toggle
  • dialog, info, wanring, error ...

Usage

Via api & data attributes

Add api="date-picker" into an input to create a date picker.

<input type="text" name="date"
       api="date-picker" 
       data-min="2013-01-01" />

Via JavaScript

A programmatic api to create a date picker.

<input type="text" name="date" />

var dataPicker = $('input[name=date]').apiComponents();

Dependencies

How to build

Please install following tools first.

  • [JDK 1.6.x]
  • [Groovy 2.x]
  • [Ruby 1.9.x], [Sass/Scss], [Compass]
  • [Node.js 0.10.x], [CoffeeScript], [uglifyjs]
git clone https://github.com/subchen/jetbrick-widget.git
cd jetbrick-widget

Open *.bat and BuildUtils.groovy, then set the correct path for build tools.

cd build
build.bat

Bug tracker

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines.

Authors

Sub Chen

Copyright and license

Copyright 2013-2020 [email protected]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

jetbrick-widget's People

Contributors

subchen avatar

Watchers

 avatar  avatar  avatar

Forkers

javamonkey

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.