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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:10:13+00:00 2026-05-30T11:10:13+00:00

I have been having trouble getting this plugin to attach correctly to ajax loaded

  • 0

I have been having trouble getting this plugin to attach correctly to ajax loaded elements, and I haven’t been able to figure out the reason they sometimes get attached, and sometimes don’t. but only for this particular plugin. So my question is, would having a setInterval run something like every 300 milliseconds, or so cause the browser to become sluggish over time if it’s just attaching a jquery plugin to certain elements that may or not be on the page.

like:

setInterval(function(){
    $(".nano").nanoScroller();
}, 300);

what I have initially tried doing is:

$.ajax({
type: "POST",
 url: "ajax/load/notifications/notifications.php",
 cache: false,
 success: function(html){
 $(".notification-container").html(html);
 $(".nano").nanoScroller();

 }
 });

however it’s not attaching it (all the way anyways, some parts are being changed, but not the main plugin)

However, when I call another ajax event, and trigger the same thing in that callout, it attaches it to this element, and the other element.

The setInterval function adds it to them all as well.

  • 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-30T11:10:15+00:00Added an answer on May 30, 2026 at 11:10 am

    It is inefficient to not cache the jQuery object and cause a DOM search for it every 300ms.

    function nanoTimer() {
        if (timer) {
            clearInterval(timer);
        }
        var $nano = $('.nano');
        timer = setInterval(function() {
            $nano.nanoScroller();
        }, 300);
    }
    
    nanoTimer();
    

    Call function after ajax also

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

Sidebar

Related Questions

No doubt elements of this question have been asked before, but I'm having trouble
Hello I have been having trouble with this for a while now. I have
We have been having serious trouble getting an application we devlop running with UAC
I am having trouble getting the bulk uploader to work. I have been following
I have been having a lot of trouble getting cocotron to create a simple
I have been having some trouble getting the following to work: <IfModule mod_rewrite.c> DirectoryIndex
I have been having a lot of trouble figuring out how I can access
I having trouble in dividing the HTML frames. I have been using the following
Having Trouble with Entity Framework. I have been populating EntityReferences with an EntityKey inorder
We have been having some debate this week at my company as to how

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.