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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:32:47+00:00 2026-05-26T16:32:47+00:00

I have a ul with data attributes. Like this: <ul class=carousel-creations> <li data-teaflavour=pear> </li>

  • 0

I have a ul with data attributes. Like this:

<ul class="carousel-creations">
    <li data-teaflavour="pear">
    </li>
    <li data-teaflavour="mint">
    </li>
    <li data-teaflavour="chai">
    </li>
    <li data-teaflavour="mint">
    </li>
    <li data-teaflavour="pear">
    </li>
    <li data-teaflavour="chai">
    </li>
</ul>

But my problem is. I want to copy the data atributs to other ul. This is my second ul.

<ul class="controlNav">
    <li><a rel="0" title="" class=""></a><span class="hover"></span></li>
    <li><a rel="1" title="" class=""></a><span class="hover"></span></li>
    <li><a rel="2" title="" class=""></a><span class="hover"></span></li>
    <li><a rel="3" title="" class="active"></a><span class="hover"></span></li>
    <li><a rel="4" title="" class=""></a><span class="hover"></span></li>
    <li><a rel="5" title="" class=""></a><span class="hover"></span></li>
</ul>

I want that the data attribuuts of the first ul. Are copy to the ul controlNav. Do you understand my bad english? (A) I want to copy the data attribute to the second ul. So that all items of the second ul li. The data attributes getting the first ul.

  • 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-26T16:32:47+00:00Added an answer on May 26, 2026 at 4:32 pm

    You can iterate over the list items with each(), and use the supplied index argument to locate the appropriate item in the other list:

    var $sourceItems = $("ul.carousel-creations li");
    $("ul.controlNav li").each(function(index) {
        $(this).attr("data-teaflavour",
            $sourceItems.eq(index).attr("data-teaflavour"));
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some data that has various attributes and I want to hierarchically group
I have a view model that looks like this: public class VenueIndexViewModel : BaseViewModel
I'd like to have some data descriptors as part of a class. Meaning that
I have a data model something like this: # columns include collection_item_id, collection_id, item_id,
I have a class definition that looks like this: public class SolrObj { [SolrUniqueKey(id)]
I have a class like this class SomeClass: def doSomething(self): self.counter = 50 I
I have some data inside this variable and I want to know how could
So say I have this class: public class PositionList { private Position[] data =
I have an Core Data Entity with a number of attributes, which include amount(float),
I have an entity in core data that has 2 Attributes. One that is

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.