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 8004729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T17:00:04+00:00 2026-06-04T17:00:04+00:00

I am upcoming learner with jquery. Does anyone know how to give set two

  • 0

I am upcoming learner with jquery. Does anyone know how to give set two attributes at once that fit into the below example?

For the moment I am only able to give it one attribute. My goal is to able to give two attributes to a select box ‘disabled’ and ‘hidden’

obj.nextAll('.update').html('<option value="">----</option>').attr('disabled', true); 

Same things goes for removing the attributes: ‘disabled’ and ‘hidden’

obj.next('.update').html(data.list).removeAttr('disabled');
  • 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-04T17:00:06+00:00Added an answer on June 4, 2026 at 5:00 pm
    obj.nextAll('.update')
     .attr({
        disabled: true,
        hidden: true
     })
     .html('<option value="">----</option>');
    

    According to @nnnnnn comment .prop() might be more appropriate than .attr()

    i.e

    obj.nextAll('.update')
     .prop({
        disabled: true,
        hidden: true
     })
     .html('<option value="">----</option>');
    

    DEMO for adding multiple attr

    To remove

    // from jQuery1.7, it can be a space-separated list of attributes.
    
    obj.next('.update').html(data.list).removeAttr('disabled hidden');
    

    DEMO for remove multiple attr

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my upcoming iPhone game different scene elements are split up into their own
I am trying to list upcoming deliveries that can still be chosen for shipping.
This is for an upcoming project. I have two tables - first one keeps
A upcoming iPhone app will comes with about 20 UIViewController s which does not
For an upcoming project, I am looking into MVP as an option over MVC.
I have an upcoming project that I would like to use the HTML5 canvas
We have an upcoming project to allow an old platform that's only extensible with
With the upcoming release of .NET 4 in mind, what are the reasons that
I have a site that lists several upcoming events, and each event has a
What kind of features does the upcoming SharePoint 2010 have in regards to functionality

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.