-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bugfish\bugfishtm
committed
Nov 3, 2023
1 parent
9ff50c5
commit af15edb
Showing
7 changed files
with
42 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,8 +61,6 @@ Call the function on the select element to activate the plugin, ensuring you pas | |
|
||
|
||
|
||
|
||
|
||
## Folder Description | ||
|
||
|Folder|Description| | ||
|
@@ -71,8 +69,14 @@ Call the function on the select element to activate the plugin, ensuring you pas | |
|_source| The plugins source code + example file!| | ||
|docs|Files for the Github Repositories Pages and Documentations, view the Documentation by viewing the index.html file in your browser!| | ||
|
||
## Issues | ||
If you encounter issues or have questions using this software, do not hesitate write us at our Forum on www.bugfish.eu/forum! Besides that you can write us at [email protected] if you have any issues! | ||
## jQuery and jQuery-UI Included for Convenience | ||
|
||
In this repository, both jQuery and jQuery-UI are included to showcase the functionality of the repository's related jQuery plugin. We have included these libraries to make it easier for developers who use this product to implement it quickly. By providing jQuery and jQuery-UI JavaScript files, we aim to streamline the development process and ensure that developers have the necessary resources readily available to harness the full potential of this repository's features. This convenience is intended to simplify integration and help developers get up and running with the provided plugin more efficiently. | ||
|
||
## Support and Assistance | ||
|
||
If you encounter any issues or require assistance, please visit www.forum.bugfish.eu for additional resources. You can also contact us at [email protected], and we will do our best to assist you. | ||
|
||
## License Information | ||
|
||
## License | ||
For License Informations see License.md inside directories! | ||
The license details for this Bugfish-jQuery-Sortselect project can be found in the "license.md" file within the project repository. Please review this file to understand the terms and conditions of use and distribution. It is essential to comply with the project's license to ensure legal and ethical usage of the provided resources. |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,31 @@ | |
<title>jQuery Sortselect - Bugfish Documentations</title> | ||
<meta property="og:title" content="jQuery Sortselect - Bugfish Documentations"/> | ||
<meta name="description" content="Welcome to the Github Documentation Page of the Bugfish bugfish-jquery-sortselect jquery Plugin! Here you can fing the github url to the project and different explanation about the classes and functions! We wish you the best!"> | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "TechArticle", | ||
"headline": "jQuery Sortselect", | ||
"description": "Welcome to the Github Documentation Page of the Bugfish bugfish-jquery-sortselect jquery Plugin! Here you can fing the github url to the project and different explanation about the classes and functions! We wish you the best!", | ||
"articleSection": "Introduction", | ||
"datePublished": "2023-11-03", | ||
"dateModified": "2023-11-03", | ||
"author": { | ||
"@type": "Person", | ||
"name": "Jan-Maurice Dahlmanns" | ||
}, | ||
"publisher": { | ||
"@type": "Organization", | ||
"name": "Bugfish", | ||
"logo": { | ||
"@type": "ImageObject", | ||
"url": "https://www.bugfish-github.de/assets/bugfish.png" | ||
} | ||
} | ||
} | ||
</script> | ||
|
||
</head> | ||
<body class="docs-page" data-finder-wrapper> | ||
<header class="header fixed-top"> | ||
|
@@ -81,12 +106,16 @@ <h1 class="docs-heading">jQuery Sortselect <span class="docs-time">Documentation | |
<h2 class="section-heading">Informations</h2> | ||
<p>The <strong style="color: white;">"multiselect-sortable"</strong> jQuery plugin enhances the functionality of multiple select elements by allowing you to easily sort and manage selected options in a dual list box. This revised version of the plugin now includes a <strong style="color: white;">"rid" (Resource Identifier)</strong> parameter, which helps in distinguishing between different instances of the script when used on the same webpage. Failure to provide a unique "rid" value for each instance can result in errors or unexpected behavior.</p> | ||
|
||
<div class="simplelightbox-gallery row mb-3"> | ||
<div class="simplelightbox-gallery row mb-3 " style="margin-bottom: 0px; padding-bottom: 0px;"> | ||
<div class="col-12 col-md-4 mb-3"> | ||
<a href="demo.png"><img class="figure-img img-fluid shadow rounded" src="demo.png" alt="" title="Sortselect Demo Screenshot"/></a> | ||
</div> | ||
</div><!--//gallery--> | ||
|
||
<p style="margin-top: -15px;">In this repository, both jQuery and jQuery-UI are included to showcase the functionality of the repository's related jQuery plugin. We have included these libraries to make it easier for developers who use this product to implement it quickly. By providing jQuery and jQuery-UI JavaScript files, we aim to streamline the development process and ensure that developers have the necessary resources readily available to harness the full potential of this repository's features. This convenience is intended to simplify integration and help developers get up and running with the provided plugin more efficiently.</p> | ||
|
||
|
||
|
||
|
||
<script src="./jquery-ui.min.js"></script> | ||
<script src="./jquery.multiselect.sortable.js"></script> | ||
|
@@ -224,13 +253,12 @@ <h2 class="docs-heading">Additional Informations</h2> | |
<br /><h2 class="section-heading">Support</h2> | ||
<p>There are different ways to get support for our products. You can write comments in our specific websites section for the related product, but the best way it to write in our forum, as we are getting notifications about that! So if you need any help, sign in at our forum and we will do what we can to serve you. If you do not want to register at our forum, you are invited to write us for support at [email protected].</p> | ||
<a href="https://www.bugfish.eu" class="btn btn-primary" target="_blank"><i class="fas fa-link me-2"></i> My Website</a> | ||
<a href="https://bugfish.eu/forum" class="btn btn-warning" target="_blank"><i class="fas fa-bug me-2"></i> My Forum</a> | ||
<a href="https://forum.bugfish.eu" class="btn btn-warning" target="_blank"><i class="fas fa-bug me-2"></i> My Forum</a> | ||
</section> | ||
<section class="docs-section" id="item-9-2" style="border-bottom: none;"> | ||
<h2 class="section-heading">License Informations</h2> | ||
<br /><h4>Bugfish Sortselect License</h4> | ||
<p>Copyright 2023 www.bugfish.eu Jan-Maurice Dahlmanns (Bugfish)<br /> | ||
This Product is running with MIT LICENSE<br /><br /> | ||
<p>Copyright 2023 www.bugfish.eu Jan-Maurice Dahlmanns (Bugfish)<br /><br /> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:<br /><br /> | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.<br /><br /> | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </p> | ||
|