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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:22:07+00:00 2026-05-15T21:22:07+00:00

Put your foot inside the boots of an expert developer that is new to

  • 0

Put your foot inside the boots of an expert developer that is new to web development.
Certainly he will must deal with JavaScript and probably he will encounter a bit of difficulties with choosing a framework for its job.

For general purpose: which one do you suggest if the an easy usage is the first requirements?

  • 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-15T21:22:08+00:00Added an answer on May 15, 2026 at 9:22 pm

    I’ve worked with jQuery, script.aculo.us, and mootools, and I would highly recommend jQuery, which seems to trump a lot of the other frameworks in its ease of use.

    For someone who is familiar with HTML and CSS, jQuery fits the paradigm really well, and makes the transition into Javascript very simple.

    For example, with html such as this:

    <div id="content">
        <h2>Heading</h2>
        <p class="featured">This content</p>
    </div>
    

    You might have CSS selectors that looked like this:

    #content {
        margin: 0 auto;
        width: 760px;
    }
    
    #content h2 {
        font-size: 110%;
    }
    
    #content p.featured {
        font-weight: bold;
    }
    

    In jQuery, you can manipulate those elements using the same selectors:

    $('#content').hide();
    $('#content h2').html('New Heading');
    $('#content p.featured').css('border', '#cccccc 1px solid');
    

    jQuery also has excellent documentation that can really help a beginner jump right in.

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

Sidebar

Related Questions

I'm not sure if you put your web services in a seperate project but
I'm trying to put together a layout using Bootstrap that resembles your typical OS
Also is the web server root directory the place where you put your site
How and where to put your own JS files in JQueryMobile web applications? Some
This is the code that I'm running: class Auth { //put your code here
I am trying to create an app that has you put your finger on
I understand that you can put your $(document).ready() code into separate files from the
There are two options when setting up your JBPM session. You can put your
iPhone forms, where do you put your validation? People suggested me to directly put
Put on your c++ ninja voodoo gloves. We purchased a 3rd party library to

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.