Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.
The most recent version Jsuites has been splited in two distributions, and there are two optional extensions.
jsuites.js - Complete version. jsuites.basic.js - Only the necessary files for Jexcel. jsuites.webcomponents.js - To use jsuites as webcomponents.
jsuites.layout.js - Extensions and helpers for layout. (Alpha version). jsuites.mobile.js - Extensions to group the webApp components. (Alpha version).
The source code is now available per component. The documentation is still under improvements.
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:
jSuites brings the developer many advantages, such as:
Create a multiple and autocomplete responsive dropdown.
<html>
<script src="https://bossanova.uk/jsuites/v2/jsuites.js"></script>
<link rel="stylesheet" href="https://bossanova.uk/jsuites/v2/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
Dropdown and autocomplete component
Full examples on how to handle simple, advanced, autocomplete and conditional dropdowns.
Javascript calendar, date and datetime picker
A lightweight javascript calendar, date and datetime picker full responsive and easy integration.
Javascript mask
A simple javascript mask plugin
Javascript color picker plugin
Vanilla javascript colorpicker plugin
Javascript contextmenu plugin
Vanilla javascript contextmenu plugin
Javascript image slider plugin
Simple vanilla javascript image slider plugin
Javascript mini HTML editor plugin with filter
Simple vanilla javascript image slider plugin
Tracking the form changes
Alert the user for unsaved changes in a form before leave any page plugin.
Javascript modal plugin
Simple vanilla javascript modal plugin
jSuites is released under the [MIT license]. Copyrights belong to Paul Hodel paul.hodel@gmail.com
FAQs
jSuites is a collection of lightweight common required javascript plugins and 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.
The npm package jsuites receives a total of 0 weekly downloads. As such, jsuites popularity was classified as not popular.
We found that jsuites demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.