How does jQuery class selector return an object?

This page summarizes the projects mentioned and recommended in the original post on /r/jquery

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • bootstrap-select

    :rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.

  • I have a multiselect widget in a modal. Because the multiselect has dynamically generated values, I need to call $('select').selectpicker(); when the modal code is injected.

  • Choices.js

    A vanilla JS customisable select box/text input plugin ⚡️

  • bootstrap-select is a jQuery plugin, thus it needs jQuery as a dependency. If you can’t use jQuery, you need something similar to bootstrap-select without dependencies (also called Vanilla JS). https://choices-js.github.io/Choices/ or https://tom-select.js.org/ might work for you.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts