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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T11:54:41+00:00 2026-06-06T11:54:41+00:00

I want to make some clicks with Jquery dynamically onLoad of a page. I

  • 0

I want to make some clicks with Jquery dynamically onLoad of a page. I found how :

$("#pdt1").trigger("click");

I have part of the id into my session display into a string like that “1,3,7” and i want to generate some clicks like that :

$("#pdt1").trigger("click");
$("#pdt3").trigger("click");
$("#pdt7").trigger("click");

So i have write that in Jquery :

 $(document).ready(function () {
        //Getting my string of Ids
        var mesId = $('#<%= selectedID.ClientID %>').val();
        //Cut my string into an array
        var subId = mesId.split(',');
        //Send a click for each id
        $(subId).each(function (event) {
            $('#pdt'+ this).trigger("click");
        });
    });

And obviously, that don’t work. I am sure that i get my ids and cut them properly. What i’m not sure is about the each function, and the concatenation. Anyone know how make it work?

Thank you.

  • 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-06-06T11:54:43+00:00Added an answer on June 6, 2026 at 11:54 am

    Try using .each like below,

    $.each(subId, function (index, value) {
        $('#pdt'+ value ).trigger("click");
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have been programing in vc++ for sometime and i want to make some
I´m using some jQuery to make tabs on a page. My problem is that
I'm having a little problem implementing some jQuery into a page I am doing.
I want to make some jQuery that shows some table rows and hides others
I have some nested tables that I want to hide/show upon a click on
Let's say I want make some of my sources publicly available via my blog
I want to make some modifications to a few selected tick labels in a
I want to make some design tweaks. Here is the code for html: <div
I want to make some C++ program and I'm using function popen here to
I want to make some changes to the stock Mms Android application and install

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.