Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfish\bugfishtm committed Aug 21, 2024
1 parent 48ea6ed commit b2c83d7
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

## [1.0.0] - 2024-08-21

### Release Summary

**Release 1.0: jQuery Multi-Select Plugin**

Elevate your user interface with this versatile jQuery plugin, transforming standard select input elements into sortable, drag-and-drop multi-select lists. Seamlessly compatible with both AJAX and HTML form submissions, it empowers users to choose and arrange items effortlessly, enhancing their experience. Please note that this release marks the final version, with no known bugs. While no new features are planned, support requests will be promptly addressed to assist you.

### Features

- jQuery plugin for enhanced select input elements.
- Multi-select functionality with drag-and-drop support.
- Compatibility with AJAX and HTML form submissions.
- Empower users to choose and arrange items with ease.
- Streamline user interfaces for improved user experience.
- Customize and tailor multi-select lists to specific needs.
- Unlock new possibilities for web form designs and user interactions.

### Notes

- This is the final version of the plugin with no planned feature updates.
- No known bugs in this release.
- Continued support will be provided for user inquiries.
Binary file modified _release/1.0.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">



<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand Down Expand Up @@ -80,6 +82,9 @@






<link rel="stylesheet" href="assets/_mkdocstrings.css">

<link rel="stylesheet" href="stylesheets/extra.css">
Expand Down
9 changes: 6 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@



<title>Documentation - jQuery Sortselect</title>
<title>Home - jQuery Sortselect</title>



Expand All @@ -27,6 +27,8 @@

<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">



<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand All @@ -38,7 +40,7 @@
{
"@context": "http://schema.org",
"@type": "TechArticle",
"headline": "Documentation",
"headline": "Home",
"description": "Discover the 'multiselect-sortable' jQuery plugin that simplifies the selection and organization of multiple options in a user-friendly dual list box. Easily manage your selections and enhance user experience with this intuitive tool.",
"articleSection": "Introduction",
"datePublished": "2024-08-19",
Expand All @@ -65,11 +67,12 @@
<meta name='author' content='bugfish, [email protected]'>


<meta property="og:title" content="Documentation - jQuery Sortselect"/>
<meta property="og:title" content="Home - jQuery Sortselect"/>
<meta name="description" content="Discover the 'multiselect-sortable' jQuery plugin that simplifies the selection and organization of multiple options in a user-friendly dual list box. Easily manage your selections and enhance user experience with this intuitive tool.">
<meta name="og:description" content="Discover the 'multiselect-sortable' jQuery plugin that simplifies the selection and organization of multiple options in a user-friendly dual list box. Easily manage your selections and enhance user experience with this intuitive tool.">
<meta property="og:image" content="./meta.png" />





Expand Down
3 changes: 3 additions & 0 deletions docs/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">



<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand Down Expand Up @@ -73,6 +74,8 @@
<meta name="description" content="This page outlines the licensing terms and conditions for using the software. It details user rights, restrictions, and obligations associated with the use of the software.">
<meta name="og:description" content="This page outlines the licensing terms and conditions for using the software. It details user rights, restrictions, and obligations associated with the use of the software.">
<meta property="og:image" content="./meta.png" />





Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion docs/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
<link rel="stylesheet" href="assets/stylesheets/main.3cba04c6.min.css">


<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">
<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">



<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand Down Expand Up @@ -73,15 +74,19 @@
<meta name="og:description" content="This page provides various options for obtaining support, including FAQs, contact information, and community forums. Users can find assistance tailored to their needs.">
<meta property="og:image" content="./meta.png" />








<link rel="stylesheet" href="assets/_mkdocstrings.css">

<link rel="stylesheet" href="stylesheets/extra.css">

<link rel="stylesheet" href="stylesheets/jquery.multiselect.sortable.js.css">

<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>


Expand Down

0 comments on commit b2c83d7

Please sign in to comment.