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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:40:26+00:00 2026-06-17T20:40:26+00:00

I know that we could use live method for such purposes as stated here

  • 0

I know that we could use “live” method for such purposes as stated here. But now “live” method is removed in jQuery 1.9.0. So how should I bind some event (for example, “click”) for elements loaded by Ajax?

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

    There is .on() for binding events:

    usage:

    $(document).on('click', '.loaded-via-ajax', function(){
        alert($(this).attr('id'));
    });
    

    This will alert the id of the elem which is loaded through ajax.

    You have to delegate the events to the existing parent, like this:

    $('.classofdiv').on('click', '.loaded-via-ajax', function(){
        alert($(this).attr('id'));
    });
    

    here .classofdiv is a div which has got content loaded from the ajax function and when you click the elem with class name .loaded-via-ajax this will get the event and finally alerts its id (if that elem has an id)

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

Sidebar

Related Questions

I am curious to know that could it be possible that in the below
i know that you could organize your files according to this structure in svn:
Is there a pexpect equivalent for java? I know that I could replicate the
I am new to CSLA, i just want to know what factors that could
Anyone know of a nice efficient function that could convert, for example: HelloWorld -->
Need to know this so that i could send DTMF and that is going
I want to know that how the details of the viewers could be traced
Is it possible to know if a stream/string contains an input that could match
Do you know any stand-alone client or web tool (like grc ) that could
I have some code that I know could be nicer if it's done in

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.