• When clicking on a button on the website it causes what I think is a Javascript prompt to pop-up. Does anyone know how this can be stopped?

    The prompt says: Handler for .click() called.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @sdx10

    The prompts you see are typically a message that appears in the browser console when a .click() event is triggered. This message is not an error message, but rather an informational message that is designed to help developers debug their code.

    To stop this prompt from appearing, you will need to modify the code that is causing the .click() event to be triggered. This may require some technical knowledge, so we recommend seeking the assistance of a developer if you are not familiar with coding.

    You can also try disabling any plugins or custom code that may be causing the issue. This can be done by deactivating plugins one by one until the issue is resolved, or by removing any custom code that may be causing the issue.

    Furthermore, after checking your given link, I didn’t see any button that is generating the Handler for .click() called message. Could you share a screenshot of the button?

    Thanks!

    Thread Starter sdx10

    (@sdx10)

    Thank you for replying @shameemreza . For some reason I can’t upload an image, but if you click the colour name in the white button with gold outline that generates the prompt.

    I’ll have to look within the code to see if i can see what is triggering it. is there anything in particular i should look for.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button generating a Javascript Call Message’ is closed to new replies.