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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:18:06+00:00 2026-05-22T21:18:06+00:00

In a PHP page i have several rows of one table like this echo

  • 0

In a PHP page i have several rows of one table like this

echo '<tr><td><a href="#" onclick="myFunction('.$id.')">Click</a></td></tr>';

The $id is dynamically generated from a database

So I want to define the function in jQuery but to pass the parameter to the jQuery function.

For each button I click there will be another parameter passed

  • 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-22T21:18:07+00:00Added an answer on May 22, 2026 at 9:18 pm

    Why not use the ID as an identifier for the link like this:

    <a href="#" id="<?=$id?>" class="myjquerylink">Click me</a>
    

    In jQuery you can bind to the onclick event like this:

    // Execute on load
    $(document).ready(function(){
       // Bind to click
       $('a.myjquerylink').click(function(){
          // Get the id
          var id = $(this).attr('id');
    
          // Do something with the id.
          doSomething(id);
       });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several jQuery .ajax calls on the same page like: $.ajax({ url: page1.php,
I have a page with a table on it that has several thousand rows
When showing data from a mysql table on an php page does it have
I have a php page that displays rows from a mysql db as a
On a page I am working on, I have several distinct pieces of PHP,
I have several forms in one HTML page... I have to filter these forms
I have several forms inside DIVS on my page. I have one form which
Great page this one, coming from the perl world and after several years of
What's the best way to localize a PHP page? We have several PHP pages
I have several SELECT statements on a PHP page, and I used Dreamweaver to

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.