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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:15:17+00:00 2026-05-27T08:15:17+00:00

How do I apply the nice Jquery UI/CSS to a forum field? For example,

  • 0

How do I apply the nice Jquery UI/CSS to a forum field? For example, you can do the same to button element by adding .button() to any buttons that you want formatted. Is there something similar for input field?


EDIT: To specify, I don’t mean how to apply my own. I mean how I apply the nice css styles that JQuery already have to my forum fields. Like you can apply JQuery styles to buttons, how do I do the same thing with forum inputs.

  • 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-05-27T08:15:17+00:00Added an answer on May 27, 2026 at 8:15 am

    To select all of the inputs using jQuery, you can use the following input selector:

    $('input')
    

    To apply a specific style to all of them, you can use:

    $('input').css('property','value');
    

    Or if you wanted to add a custom CSS class to all of the inputs:

    $('input').addClass('yourClass');
    

    EDIT:

    If you want to apply the styles that jQueryUI uses to style the inputs, then you will firstly want to make sure you include the proper jQueryUI stylesheet. However, this process can be messy as jQueryUI can apply several classes to a single item, for example:

    The following are all found on a single button in the jQueryUI example:

    ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only
    

    but if you have the jQuery CSS included, you can perform the same as above to add the styles:

    $('input').addClass('ui-button ui-widget ui-state-default ...')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a CSS class that makes my links look like nice looking buttons.
I'm dissecting this very beautiful example of how CSS can help you create nice
IntelliJ has this nice integrated shelve command that can kind of do this more
I want to know can we apply jQuery on JavaScript objects. I had few
Using jQuery UI gives me these nice stylesheets. These apply to the widgets, ...
I would like to create a jQuery function that I can attach to form
How can I add extra flag variables (like CPPFLAGS) that will apply to all
What rules apply to the name that ends up in the exports section of
It just crossed my mind that it would be extremely nice to be able
I'm new to JQuery and have a script that creates a dialog via Ajax

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.