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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:27:58+00:00 2026-05-14T05:27:58+00:00

I am trying to pass in a function as a parameter: GEvent.addListener(marker_1, click, populateMarkerWindow(0,

  • 0

I am trying to pass in a function as a parameter:

GEvent.addListener(marker_1, "click", populateMarkerWindow(0, marker_1) );

the addListener function takes an inline function as a parameter, and it works fine, but I want to call this function from other places as well, so I made it into a defined function:

var populateMarkerWindow = function(id, marker) {
  //...
}

This, however, only means that my function gets called when I try to register it.

Is there a way to tell JS that I want to pass in the function itself, not the result of the call to the function?

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-05-14T05:27:58+00:00Added an answer on May 14, 2026 at 5:27 am

    Just pass the function’s name. If you need to arrange for the function to be invoked with a particular set of parameters, well, there are fancy ways to do that, but the simplest thing is to just wrap a call to your function in another function.

    GEvent.addListener(marker_1, "click", function() {
      populateMarkerWindow(0, marker_1);
    });
    

    You might want to look for Douglas Crockford’s various lectures on YouTube, as well as his website (crockford.com I think). In addition to that there are approx. a zillion other Javascript introductions out there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to pass the parameter name to the function, but I am
I am trying to pass an array (2d) to a function as an parameter.
I am trying to pass one variable to a jQuery function inline (i.e.: using
I'm trying to pass some parameter to a function used as callback , how
I am trying to pass an object as parameter to the javascript function as:
I'm trying to pass a reference to a function as a parameter It's hard
I'm trying to pass a member function pointer as a template parameter. Here is
I'm trying to pass parameter of short type to C++ unmanaged function imported from
I'm trying to pass an array to jquery's .ajax() function's data parameter. The first
I'm trying to pass a parameter from php into my javascript function inside html.

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.