Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

269
Views
How to get the attribute value which js setted?

I have a JSP page with a < table > and one of the rows is defined like this:

  <td list-action class="actionColumn d-flex justify-content-end">
    ID: ${appId}
  </td>

From javascript I am setting an attribute to this row:

  row.find('[list-action]').attr("appId", template.id);

When I am looking with inspecting mode I can see that the appId is set on <td, but the values are not shown.

enter image description here

Do you know how to show that value?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

 row.find('[list-action]').setAttribute("appId", template.id); ?

https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!