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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:05:53+00:00 2026-05-15T17:05:53+00:00

I am trying to write a function that applies an action through all <strong>

  • 0

I am trying to write a function that applies an action through all <strong> elements, and when finishes with one, applies it to the next one.

Also, at the end, it must start again with the first <strong>.

I am sure I remember reading about a jquery function for doing this, but I cannot remember it.

  • 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-15T17:05:53+00:00Added an answer on May 15, 2026 at 5:05 pm

    For it to infinitely loop, you’ll need to use something like setInterval() so it doesn’t block other javascript from executing.

    I assume that’s what you mean when you say “Also, at the end, it must start again with the first again.”

    Here’s an example: http://jsfiddle.net/34sFN/

    Another example, somewhat based on your comment: http://jsfiddle.net/34sFN/1/

    var $ems = $('em');
    
    // Loops through all your elements every 100 milliseconds.
    // Change the duration to suit.
    setInterval(function() {
        $ems.each(function() {
            // Do something to the current EM using $(this)
        });
    },100);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 491k
  • Answers 491k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Yes, see this thread for some advice: http://social.msdn.microsoft.com/Forums/en-US/sqlce/thread/01072b57-f8ae-4453-a9ea-a35a6ea975fa May 16, 2026 at 10:00 am
  • Editorial Team
    Editorial Team added an answer I suppose that the thing I want to do is… May 16, 2026 at 10:00 am
  • Editorial Team
    Editorial Team added an answer The jQuery UI Sortable plugin has this capability: http://jqueryui.com/demos/sortable/#connect-lists May 16, 2026 at 10:00 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I am trying to write a jQuery plugin, that can be applied to a
I am trying to write a class template that provides a comparison operator between
I am trying to write an app in python to control a motor using
I'm solving algorithmical problems, and i want to write custom functions and predicates that
I'm trying to write a simple measurement plug-in for Audacity and it's about as
I'm trying to write a query in Oracle SQL to access a particular substring
I am trying to have the function toggleClick return powerData. I need to store
I'm aware that fold-left produces left-leaning trees and fold-right produces right-leaning trees, but when
This script takes the height value of each span element and applies it to
i m trying to pickup contents of a div and open it in new

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.