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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:57:19+00:00 2026-05-27T12:57:19+00:00

this is my code, taken from YUi examples YUI().use(‘anim’, function(Y) { var anim =

  • 0

this is my code, taken from YUi examples

YUI().use('anim', function(Y) {
    var anim = new Y.Anim({
        node: '#demo',
        duration: 0.5,
        easing: Y.Easing.elasticOut
    });

    var onClick = function(e) {
        anim.set('to', { xy: [e.pageX, e.pageY] });
        anim.run();
    };

    Y.one('#demo-stage').on('click', onClick);
});

the problem is I already have built functions in jQuery like

$("#demo-stage").bind('click',function(){
        // do something...
});

so how can Imerge them together?
Can I call from jquery bind the anim? how? Y.anim?
I also noticed that if I use

 Y.one('.multiples-demo-stage').on('click', onClick);

It applies the click method only on the first occurence of multiples-demo-stage div

why?

  • 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-27T12:57:20+00:00Added an answer on May 27, 2026 at 12:57 pm

    Well, using both libraries leads to a lot of code transfer on the wire. You should avoid it if you can. In fact, I’m certain you can switch pretty easily from one library to the other, just look at the JS Rosetta Stone.

    Regarding your specific question, to listen to the click event on multiple nodes you need to use Y.all instead of Y.one:

    Y.all('.multiples-demo-stage').on('click', onClick);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use comboboxes code taken from jquery examples . This is modified to use
I use this code which is taken from MVC futures and attach the Attribute
Why does this code (taken from the demo sample at jquery ui), doesn't work
This is a small snippet of code taken from some of the examples that
Looking at this code below (taken from the git page ) var redis =
I don't understand the rationale of this code, taken from javax.swing.event.EventListenerList docs: protected void
this is a code snippet taken from https://forums.embarcadero.com/message.jspa?messageID=219481 if FileExists(dstFile) then begin Fs :=
I have this code for Jaro-Winkler algorithm taken from this website. I need to
I'm trying to run this code taken from Sun Java site (I didn't copy
This code is taken from a SCJP practice test: 3. public class Bridge {

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.