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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T17:09:38+00:00 2026-05-17T17:09:38+00:00

I am using Ruby on Rails and Jquery as my library and 2 plugins

  • 0

I am using Ruby on Rails and Jquery as my library and 2 plugins but this should be a fairly plugin independent question.

I am using the jquery.pageLess plugin which makes an ajax call to the pagination that is built in to rails in order to load new items onto the page when you scroll to the bottom (much like the new google images layout).

However, I am also using the tipsy plugin to add tooltips to an image part of the link that is being loaded.

These tooltips work fine on the items which were not pageLessly loaded (which were already upon the originally loaded page) but do not show up on the items that were pageLess loaded. My guess is that pageLess makes a live, real time request to update the page but the tipsy tooltip plugin does not and therefore is not loaded on any of the new links that are returned by pageLess.

How can I make my jQuery functions work within the context of a live load/ajaxed content?

  • 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-17T17:09:38+00:00Added an answer on May 17, 2026 at 5:09 pm
    $('selector').tipsy({
      live: true
    });

    http://onehackoranother.com/projects/jquery/tipsy/

    Support for Live Events
    Live events are supported using the option {live: true}. jQuery ≥ 1.4.1 is required and live tooltips do not support manual triggering.

    Edit
    Another way would be to bind tipsy to the new elements after they’ve been created. Example:

    $('selector').tipsy();
    
    // post, get, ajax, etc
    $.post(..., function(data) {
      // in the return function, first create the new elements
      ...
    
      // call on the tipsy method again
      // the selector will now also match the newly created elements
      $('selector').tipsy();
    });

    If you tipsy method has a lot of variables in it and you don’t want to repeat it, it might be easier to create a separate function. Example:

    // create the function 
    function setupTipsy() {
      $('selector').tipsy({
        html: true,
        gravity: 'w',
        etc..
      });
    }
    
    // call on the function when the document has been loaded
    setupTipsy();
    
    // post, get, ajax, etc
    $.post(..., function(data) {
      // in the return function, first create the new elements
      ...
    
      // call on the same function again
      setupTipsy();
    });
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Ruby on Rails with jQuery and trying to do the following: <%=
I am trying to make a auto complete box using ruby on rails, jquery
Beginner jquery question. I am using the Tokenizing Autocomplete Text Entry plugin, with the
I would like to create something like this using ruby on rails. Im not
I was trying to switch the layout using Ruby on Rails but I am
I am using Ruby on Rails. I want to create a filter field on
I am using ruby on rails with a MySQL backend. I have a table
I'm trying to write an app using Ruby on Rails and I'm trying to
We are developing a considerably big application using Ruby on Rails framework (CRM system)
What is the simplest way to send mail using Ruby on Rails? Is there

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.