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

  • Home
  • SEARCH
  • 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 8994121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:21:12+00:00 2026-06-15T23:21:12+00:00

I trying to invoke a public method of my jquery widget api from a

  • 0

I trying to invoke a public method of my jquery widget api from a form.submit but I’m having no success. Can anyone help me?

_cleanFormFields: function() {
  console.log("ok");
},

_addFormListener: function(map, marker) {
    var form = $(".add-form").clone().show();
    form.submit(function (event){
       event.preventDefault();
       _cleanFormFields();
    }
}           

Why this does not work?? The browser’s console raises “Uncaught ReferenceError: _cleanFormFields is not defined” exception

  • 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-06-15T23:21:13+00:00Added an answer on June 15, 2026 at 11:21 pm

    _cleanFormFields is a property of some object, right? So you can’t call it directly, you need to reference it via your object:

    yourObject._cleanFormFields();
    

    Or, depending on how _addFormListener() is invoked you might be able to use this. But you’d need to keep a reference of the this from _addFormListener() because within the .submit() callback this will be the form element in question:

    _addFormListener: function(map, marker) {
        var form = $(".add-form").clone().show(),
            self = this;
        form.submit(function (event){
           event.preventDefault();
           self._cleanFormFields();
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to invoke a method in java from javascript, but this doesn't happen
I'm trying to invoke the method from this string so that I can ask
I'm trying to invoke a method from another class that means I want to
I'm trying to invoke a public web service via KSOAP(2.5.8). But it is not
I am trying to invoke a WCF method from my java client (using jersey)
I am trying to invoke an internal method from a dynamically generated one. The
I'm trying to invoke on dll method from an ASP.net web. It's working on
I'm currently trying to invoke a method made in C from C# C code
I've been trying to invoke a method by name but the problem is the
Am trying to invoke a public web-service using a java client but am getting

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.