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

165
Views
Jquery: How to create a named click event with an anonymous function sent as a parameter

I'm trying to do something like this but this doesn't seem to work.

function myEvent(callback){
    console.log("Do Stuff");
    callback(); // Then execute callback function
}

$("#myBtn").on("click", myEvent(function(){
    console.log("My anonymous callback");
}));

Basically I need a named event so that I can easily add and remove the event as needed. But I also need to be able to pass a callback to the function that event uses. This function needs to be an anonymous function. Is this possible?

Jquery solutions preferred.

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!