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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:27:14+00:00 2026-06-14T14:27:14+00:00

As title says, is there any issue? for example, i use them this way:

  • 0

As title says, is there any issue?

for example, i use them this way:

$("abbr.timeago").livequery(function() {
    $(this).timeago();
});

$("#btnPhoto").livequery(function() {
    createUploader();
});

$("#inputTagline").livequery(function () {
    $(this).charCount();
});;

EDIT
enter image description here
My web page alone uses up 100k memory.
Provided page contents are generated by ajax, does anyone of you know how to solve the .timeago() problem? I really appreciate that. Thanks

UPDATE
Now i can get rid of livequery by @Linas answe below. Any better answers are welcome!

  • 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-14T14:27:16+00:00Added an answer on June 14, 2026 at 2:27 pm

    I am working on similar project as yours, and i also use time ago plugin, so i was facing same issue as you do right now.

    What i did is i made a helper function, which does various stuff like updates time, removes unused content and so on. So instead of using livequery i simply call that helper function when i update any content on my page and so saving a lot of memory.

    EDIT
    It’s just a very simple function that you create for your self:

    function helper(){
       //update all time that exists on current page
       //just put same class name in each time object for example class="time_ago"
       //now it will update each object with class "time_ago"
       $(".time_ago").timeago();
       //now do some other stuff like remove old content unbind events and so on here...
    }
    

    And every time you use some kind of function which updates your content via ajax after it just call helper() and it will take care of things that you need, no need to worry about plugins, and their performance since you have full control over your script.

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

Sidebar

Related Questions

As title says, is there any way to pull something like this up?: std::set<boost::shared_ptr<MyClass>>
As the title says, is there any way to get ahold of this information?
so basically like the title says is there a way to use NSSortDescriptor to
Basically, as the title says... is there any way to have user input directly
As title says, is there any elegant and safe way to determine if architecture
As the title says.. is there any possible way to have the simplest of
As the title says, I was wondering if there is any way to create
Is there any way to, as the title says Show page differently (css) if
Well as the title says is there any way to get the system architecture
The title says all I want to know. Is there any function or I

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.