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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:59:36+00:00 2026-05-30T01:59:36+00:00

So as i understand it jQuery is basically a framework for DOM manipulation as

  • 0

So as i understand it jQuery is basically a framework for DOM manipulation as a higher abstraction layer then native javascript. Where as YUI (yahoo UI) library is a user interface widget library giving the developer a means to forget DOM manipulation and work more on business logic.

Is that right?

My Question: Is there any serious performance issues with including both libraries? and how does YUI compare to jQuery UI?

  • 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-30T01:59:38+00:00Added an answer on May 30, 2026 at 1:59 am

    UPDATE

    The YUI framework was deprecated in August 2014


    I’ll leave it to the jquery pros to spell out the best comparison points, but I use YUI in projects both small and large. YUI is structured so that you only need include the modular functionality you need, down to the grainiest level, including the ability to roll your dependencies all back up into just the right package.

    YUI is fantastic for DOM manipulation, io, widgets, the works really. Go with YUI3, if you find YUI2 widgets you want/need, they have ‘YUI2-in-3’.

    In addition, one (probably more) of YUI’s core contributors, Dav Glass, has done some awesome work on getting YUI3 on the server – so you essentially have the same framework doing back end grunt work, and the same dependencies doing the front end magic.

    YUI’s seed inclusion system is very easy to get started with too, sample code:

    <script src="http://yui.yahooapis.com/3.4.1/build/yui/yui-min.js"></script>
    <script type="text/javascript">
        YUI().use(['node','io'], function (Y) {
            // node and io are ready now, do whatever you like. Need custom events, gesture support or animation? Add them to the array above.
        });
    </script>
    

    There’s my case for YUI, have fun with it 🙂

    Also, I have included both jquery and YUI on a couple of projects… I didn’t notice anything detrimental, but with more YUI experience, I haven’t needed to do that again.

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

Sidebar

Related Questions

I am trying to understand the internals of how jquery framework is written and
I understand that in jQuery, it's advantageous to be more specific when using selectors
I understand how to add a jquery-ui tab, and I understand how to select
I am trying to understand how Django + Jquery and Ajax calls work together.
I have come across the following jQuery code but could not understand it. What
I've strange error i don't understand. I'm just moving my code from jQuery over
Could someone point me in the right direction here? Basically, I've got this jQuery
I understand that Javascript doesn't have multiple threads, but I'd like to know if
I was reading up on this javascript tutorial: http://www.switchonthecode.com/tutor...ccordion-menus Basically, it shows you how
I've really tried to understand if jQuery queue() is the way to go for

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.