Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9137671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:09:21+00:00 2026-06-17T09:09:21+00:00

I am using the jQuery extension for searchable dropdowns found here . It works

  • 0

I am using the jQuery extension for searchable dropdowns found here. It works great but I only want to apply it to some of the elements on my page, not all of them. Is there a way to pick and choose which selects it will modify?

This is how I’m using the script. I assume the answer has something to do with modifying that function, but I can’t get it to work.

    $(document).ready(function() {
        $("select").searchable();
    });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:09:21+00:00Added an answer on June 17, 2026 at 9:09 am

    How about using a class?

    <select class="searchable"><!-- content --></select>
    

    And than the js:

    $(document).ready(function() {
        $("select.searchable").searchable();
    });
    

    You can even invert the behavior if needed (but i wouldn’t recommend):

    $(document).ready(function() {
        // only select those without the searchable class
        $("select:not(.searchable)").searchable();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using plugin jquery-1.4.2.min.js and extension jquery.price_format.js for format price but output result
I'm writing an extension to jQuery that adds data to DOM elements using el.data('lalala',
I'm using the BeautyTips jQuery extension, but I'm not having any luck passing dynamic
I'm trying to fire custom events using jquery but for some reason I can't
I am using jQuery Validation and here is the extension that I am using
I'm using the jQuery-Jasmine extension to spy on events but i can't get the
I'm using jQuery 1.8.2 & jQuery UI 1.9.0. Here is an extension of the
I'm using the JQuery Thickbox extension. Can I use it on div tags and
Using jquery, how can I change the color of these elements to red if
Using jQuery Nearest Element , I would like to select elements in a circular

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.