Get started with jquery.finderselect CDN
MIT licensed
JQuery FinderSelect: plugin enhances file input with dialog for multiple file selection.
Tags:- select
- selectable
- highlight
- command
- click
- shift
Stable version
Copied!
How to start using jquery.finderselect CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.2/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/jquery.finderselect/0.6.0/jquery.finderselect.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.2/js/bootstrap.bundle.min.js"></script>
<title>Get started with jquery.finderselect CDN - cdnhub.io</title>
</head>
Copied!
Copied!