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

200
Views
How to get a list of actions by mouse click?

There is an html code in which there are many divs with different classes. There are actions inside the divs, and you need to get a list of all the mouse clicks you need. (where onclick = my.action, ignoring the rest).

    <div class="content clear_fix">
       <div class="content _date">
         <a class="wd_lnk" (...) </a>
       </div>

      <div class="reply_content">
         <div class="content">
            <div class="content_actions">
               <div id="action-*(current string ID)*" data-title="Action" onclick="unnecessary.action(this, *(current string ID)*, (some unique ID));">
               </div>
           </div>
        </div>
    
       <div class="reply_content">
         <div class="content">
            <div class="content_actions">
               <div id="action-*(current string ID)*" data-title="Action" onclick="my.action(this, *(current string ID)*, (some unique ID));">
               </div>
           </div>
        </div>

       <div class="reply_content">
         <div class="content">
            <div class="content_actions">
               <div id="action-*(current string ID)*" data-title="Action" onclick="unnecessary.action2(this, *(current string ID)*, (some unique ID));">
               </div>
           </div>
        </div>
    
       <div class="reply_content">
         <div class="content">
            <div class="content_actions">
               <div id="action-*(current string ID)*" data-title="Action" onclick="my.action2(this, *(current string ID)*, (some unique ID));">
               </div>
           </div>
        </div>

      </div>
    </div>

How can I get a list of all onmouseclick actions in one place?

Smth like that, for example:

my.action(this, *(current string ID)*, (some unique ID));
my.action2(this, *(current string ID)*, (some unique ID));
about 4 years ago · Juan Pablo Isaza
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!