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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:44:55+00:00 2026-05-27T23:44:55+00:00

This is part of my $(document).ready $(#dynaffiliate).on(click, a.ajaxpaginate, function(event){ event.preventDefault(); alert($(this).text()); }); <div id=dynaffiliate>

  • 0

This is part of my $(document).ready

$("#dynaffiliate").on("click", "a.ajaxpaginate", function(event){
 event.preventDefault();
    alert($(this).text());
});  

<div id="dynaffiliate"> exists at pageload.

When I inject a bunch of a elements with that class, the event is not fired. I’m using firefox. I’ve also tried using just plain a with no class and nothing happens..

Now, I am also thinking deeper into this – an a element may be impossible to handle in this manner – since the browser will just navigate to the link before it has a chance to bubble the event up to the parent. Am I better off using some other element instead of an a tag?

  • 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-05-27T23:44:55+00:00Added an answer on May 27, 2026 at 11:44 pm

    Works for me in all browsers. Aren’t you reloading DIV?

    // e.g.
    $('#dynaffiliate').html('<a class="ajaxpaginate">Link text</a>');
    
    // instead of
    $('#dynaffiliate')
        .html('<div id="dynaffiliate"><a class="ajaxpaginate">Link text</a></div>');
    // or
    $('#dynaffiliate').append('<a class="ajaxpaginate">Link text</a>');
    

    It might also be possible you are using jQuery version prior to 1.7. You should see error message in Firebug console in that case.

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

Sidebar

Related Questions

$(document).ready(function () { $('.raj').click(function () { if (!$(this).hasClass('already')) { $('.infos').html(''); $('.infos').hide(fast); $.ajax({ type: POST,
I've this code <script type=text/javascript> var nextUrlArticle = null; $(document).ready(function() { $.get({{ path('next_video_url', {
I have the following function: $(document).ready(function() { $('#p').click(function() { $('#s1').hide(); gameStart(); <-starts timer $('#s2').show();
$(document).ready(function () { if ((screen.width >= 1024) && (screen.height >= 768)) { alert('Screen size:
I have added a show more or less function to a div - this
I cannot target an element in jQuery. First example which works : $(document).ready(function() {
$(document).ready(function () { // Hide all large images except the first one $('#imageContainer img').hide().filter(':first').show();
$(document).ready(function(){ function anima() { $(.box).stop().animate({bottom:'0px'},{queue:false,duration:160}); } $('ul#aa img').hover(function(){ $(this).parent().append(<div class='box'>Artist<br/>More</div>, anima()); }, function() {
I cant figure out why the this alert() part below is not working when
I have this code that loads on document.ready and it checks if the user

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.