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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:49:49+00:00 2026-06-08T01:49:49+00:00

I have a page and defined my java script functions in a custom.js file

  • 0

I have a page and defined my java script functions in a custom.js file ( I’m using jQuery ).
I put JS file at end of body before </body> tag

My page have a div element like this:<div id="userinfo"></div>
when my page load, my JS file fetch an external page to that.

external page have a element like this<div id="login"></div>

in my JS file, I defined a function that when user clicked the login a modal window load an show the login form to the user.

but when i load the external page, my JS file does not work!!
it seems that can’t find the element.

guide me Please!
🙂

Some part of custom.js file:

jQuery(document).ready(function($) {

 $('#userinfo').load('CustomerOptions.asp');

  (function() {
     $('#login').click(function(event){
         // something to do
     });
  })();

});
  • 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-08T01:49:51+00:00Added an answer on June 8, 2026 at 1:49 am

    You may try to use on:

    $('#userinfo').on('click','#login',function(){
        //Click logic here
    });
    $('#userinfo').load('CustomerOptions.asp');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web page with swf file defined this way <object width=600 height=400
I have an aspx page that includes a javascript file in the head tag.
I have developed an web application using xhtml, jQuery, Ajax, java, Servlets & tomcat
I have a master page with tabs. The tabs are defined by the following
I have defined a function in which i want to open a page on
I have a CSS stylesheet defined in the Master Page of my project. On
I have margin-top defined in the css for the page and I've tried margin-top,
I have a path defined: when /the admin home\s?page/ /admin/ I have scenario that
is it possible to have links on the welcome page which point to defined
I am referencing JavaScript as follows on an HTML page: <script type=text/javascript src=http://code.jquery.com/jquery-1.6.1.min.js></script> <script

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.