How does jQuery class selector return an object?

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • 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

  • Rails 7 SelectBox with Search

    2 projects | /r/rails | 21 Oct 2022
  • Looking for a library similar to select2 but without jquery requirement

    1 project | /r/learnjavascript | 4 Jun 2022
  • Rails7, Choices.js, importmap-rails, stimulus-rails got "does not provide an export named default" error

    2 projects | /r/rails | 6 Apr 2022
  • Selectra - A custom select box in vanilla JS

    1 project | /r/javascript | 18 Jul 2021
  • Does MVC have a combobox?

    1 project | /r/dotnet | 7 Dec 2023