All Projects → jsuites → Jsuites

jsuites / Jsuites

Licence: mit
jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive vanilla plugins to help you bring the best user experience to your projects, independent of the platform. Same JS codebase across different platforms.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jsuites

Grumbler
A template for writing distributable front-end javascript modules.
Stars: ✭ 280 (-23.29%)
Mutual labels:  javascript-tools, javascript-library
Javascript Avanzado En Espanol
Esta es una traducción de la serie de libros de You Don't Know JS (book series), la cual es una serie de 6 libros que navegan profundamente en los mecanismos básicos y avanzados del lenguaje JavaScript. La primera edición de la serie está ahora completa.
Stars: ✭ 118 (-67.67%)
Mutual labels:  javascript-tools, javascript-library
Awesome-Javascript
A Curated list of Awesome JavaScript Resources
Stars: ✭ 116 (-68.22%)
Mutual labels:  javascript-library, javascript-tools
Easycanvas
数据驱动、2D&3D、渐进式Canvas库,支持JSX,配备Chrome调试插件,支持微信小游戏、物理引擎等。
Stars: ✭ 281 (-23.01%)
Mutual labels:  javascript-library
Menuspy
A JavaScript library to make navigation menus highlight the item based on currently in view section.
Stars: ✭ 283 (-22.47%)
Mutual labels:  javascript-library
Luaparse
A Lua parser written in JavaScript
Stars: ✭ 309 (-15.34%)
Mutual labels:  javascript-library
Javascript Winwheel
Create spinning prize wheels on HTML canvas with Winwheel.js
Stars: ✭ 357 (-2.19%)
Mutual labels:  javascript-library
Oimophysics
A cross-platform 3D physics engine
Stars: ✭ 269 (-26.3%)
Mutual labels:  javascript-library
Javascript Completions
JavaScript Completions for sublime text. It helps you to write your scripts more quickly with hints and completions.
Stars: ✭ 341 (-6.58%)
Mutual labels:  javascript-tools
Cloudinary js
Cloudinary JavaScript library
Stars: ✭ 302 (-17.26%)
Mutual labels:  javascript-library
Kalmanjs
Javascript based Kalman filter for 1D data
Stars: ✭ 298 (-18.36%)
Mutual labels:  javascript-library
Dropzone
Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.
Stars: ✭ 16,097 (+4310.14%)
Mutual labels:  javascript-library
Voca
The ultimate JavaScript string library
Stars: ✭ 3,387 (+827.95%)
Mutual labels:  javascript-library
Josh.js
A JavaScript library to animate content on page scroll.
Stars: ✭ 345 (-5.48%)
Mutual labels:  javascript-library
Approvejs
A simple JavaScript validation library that doesn't interfere
Stars: ✭ 336 (-7.95%)
Mutual labels:  javascript-library
Preload It
A tiny 1kb JavaScript library for preloading assets on the browser via XHR2. It provides the ability to load assets of different file types and composite progress events.
Stars: ✭ 300 (-17.81%)
Mutual labels:  javascript-library
Kero
kero is a front-end model framework. - kero是一个前端模型框架,做为MVVM架构中Model层的增强,提供多维数据模型,解决企业应用中复杂的业务应用场景的开发问题。
Stars: ✭ 276 (-24.38%)
Mutual labels:  javascript-library
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (-20%)
Mutual labels:  javascript-library
Binance
A wrapper for the Binance REST and WebSocket APIs. Also beautifies responses
Stars: ✭ 304 (-16.71%)
Mutual labels:  javascript-library
Fluid Player
Fluid Player - an open source VAST compliant HTML5 video player
Stars: ✭ 359 (-1.64%)
Mutual labels:  javascript-library

The javascript web components

jSuites v4 - Webcomponents and JavaScript plugins.

About

jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive javascript vanilla plugins to help you bring the best user experience to your projects, independent of the platform.

The first version includes several common javascript tools in various frontend applications. jSuites is fully and easily integrated with any framework and tools. The first collection brings the following plugins:

  • Nice clean and responsive javascript calendar, date and time picker. This is integrated with jExcel and bring flexibility and responsiveness to your apps and web-based systems;
  • Our multi-purpose dropdown aims to give the user the best experience picking one or more options from a list. With a simple directive, you can render that in different modes, such as select box, search bar, mobile picker or a simple list.
  • The form tracker will give the chance to track changes from basic to highly dynamic forms in order to remember the user to save their form changes before leaving the page. This is basically the "Are you sure"? javascript plugin.
  • A simple color picker
  • A very straight forward responsive image thumb view
  • A great responsive data timeline
  • A simple modal, input mask javascript, mini HTMLeditor and some mobile common web components

Highlights

jSuites brings the developer many advantages, such as:

  • Make rich and user-friendly web interfaces and applications
  • You can easily handle complicated data inputs in a way users are used to
  • Improve your clients software experience
  • Create rich CRUDS and beautiful UI
  • Lean, fast and simple to use
  • One code, multiple platform

Basic demo

Create a multiple and autocomplete responsive dropdown.

<html>
<script src="https://jsuites.net/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/v4/jsuites.css" type="text/css" />

<div id="dropdown1"></div>

<script>
jSuites.dropdown(document.getElementById('dropdown1'), {
    data:[
        'City of London',
        'City of Westminster',
        'Kensington and Chelsea',
        'Hammersmith and Fulham', // (...)
        ],
    autocomplete:true,
    multiple:true,
    width:'280px',
});
</script>
</html>

The same code can render in different ways, by directive type: default, picker or searchbar
Javascript dropdown

Examples

Official website

Community

Copyright and license

jSuites is released under the [MIT license].

Contact

[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].