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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:13:31+00:00 2026-06-13T20:13:31+00:00

I have a rather large and convoluted JavaScript module that is used on multiple

  • 0

I have a rather large and convoluted JavaScript module that is used on multiple pages of my site. After a bit of searching and fiddling, I came up with the following structure to run some extra code when one of the module’s functions run on a specific page.

// within module definition that is used across multiple pages
function some_module_method(){
  $.event.trigger( 'custom_event' );
}

// bit of functionality that I'm trying to add to a single page
$( '#some-element' ).on( 'custom_event', function(){
  console.log( 'The custom event has just been triggered!' );
} );

One problem I’m having is that when I’m expecting this event to only trigger once, it will go off 2-4 times in quick succession. Is this a problem with the structure above that I’m using to trigger and attach this event, or probably something else?

Also, how can I attach a function to an event without referencing some DOM object? Simply using $.on() doesn’t work.

  • 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-13T20:13:33+00:00Added an answer on June 13, 2026 at 8:13 pm

    For your first issue, it’s a little hard to say without seeing an example. And I could be mistaken, but I’m pretty sure $.trigger() will not work like you’re using it. It has to be attached to a jQuery object e.g.. $().trigger().

    And for your second question… You don’t have to use a DOM element exactly, but you can use an empty jquery object like $({}).on(). See this fiddle.

    Hope this helps some.

    On a side note, you may be confusing jQuery object methods with core methods. here is a little info just in case.

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

Sidebar

Related Questions

I have rather large project that uses ICU regex classes. Basically it might run
I have a rather large database that has alot of decimal columns in alot
I have a rather large amount of data (100 MB or so), that I
I have a rather large application that has literally a hundred DDLs with Yes
I have a rather large text file that has a bunch of missing newlines,
I have a rather large legacy Java Applet that has several problems: It looks
I have a rather large DBML file and recently discovered that Visual Studio's MSLinqToSQLGenerator
Here is my dilema, I have a rather large PHP script, that basically reads
I have a website that uses JQuery to construct a rather large table. When
I have a rather large, almost full screen image that I'm going to be

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.