Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
-
Updated
Nov 19, 2018 - JavaScript
Vanilla JavaScript is the native JavaScript language included in the browser and standardized/maintained by ECMA International and W3C.
Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
You autocomplete looks good but are there any docs how to style it the way it fits to the respective design ? Would be helpful or better to set in the options
Thanks for this nice plugin
The closeButtonClickHandler calls exitFullScreen() even if the document was in fullscreen mode before baguette box was opened, and even if options.fullScreen is false.
This breaks websites & apps handling their own fullscreen mode:
When the website/app is in fullscreen mode, opening and then closing a baguetteBox will make the entire app exit fullscreen. This is breaking UX badly.
A smooth 3D tilt javascript library.
Sharer.js needs a new website! With all the current implemented API documented and some examples. Since i am terrible at frontend, i am taking suggestions on some cool designs that can help improve user experience.
All work must be pushed to the gh-pages branch, where the current one lives.
Dead simple parallax scrolling.
Just need to run enableHoverClass(sortableElement, false) in the right spots.
A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.
Describe the bug
The joystick can become stuck if you right click outside your document.
To Reproduce
Reproduced using the demo provided.
List of 1000 JavaScript Interview Questions
Open source list of paid & free resources to learn vanilla JavaScript
var sticky = new Sticky('[data-sticky]',{});
in DOM console put these with all necessary attributes
sticky-js not respond any event and function and
Vanilla JavaScript emoji picker component
source-code
BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
Mind elixir is a free open source mind map core
Exercícios/Tutorial/Desafios para Iniciantes em JavaScript
Slim advanced select dropdown
Web App using the rick and morty API in Vanilla.js
A tiny library inspired by Redux & Vuex to help you manage state in your JavaScript apps
DarkModeJS helps you to auto detect user's time and switch theme to darkside
Line numbering plugin for Highlight.js
I suggest another change... this will insert a "clear" button next to the search term.. most people will find it normal to have that. Plus is it inconvenient having to "backspace" to clear a search term.
=================================================================
A JavaScript library to animate content on page scroll.
Hi,
Thank's for the good job on the lib.
I'd like to suggest an update in the library documentation, specifically at this page:
https://github.com/Mobius1/Selectr/wiki/Options#messages
There are two customizable messages that are not yet documented: noOptions and searchPlaceholder.
I'd update the Wiki myself but unfortunately AFAIK Github does not allow pull-requests on Wiki's.
Hi @cristianbote, I try hnpwa-vanilla live site doesn't update the value of param page each time I move to the next page. Here is the demo video related to the value of page param doesn't change.
If the suffix contains a dot, entering the fractional part becomes problematic.
I have two reproduction cases.
Case 1 - jsbin
Steps: Try entering a non-integer number, e.g. 10.99
Expected: You can enter it, the masked value is "10.99 x."
Actual: "1099 x."
[**Case 2