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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T16:54:52+00:00 2026-06-07T16:54:52+00:00

Bit of a jQuery/JavaScript beginner here so thanks in advance for any help you

  • 0

Bit of a jQuery/JavaScript beginner here so thanks in advance for any help you can provide.

I have an page index.erb, which contains:

 <div class="box">
   change me out
 </div>

 <div class="box">
   <p>change me out</p>
 </div>

and a partial _more_info.erb

<div class="update">
  <p>You've been changed</p>
</div>

What’s the best way to render the partial when a user does a “mouseenter” event on any of the class=box?

  • 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-07T16:54:53+00:00Added an answer on June 7, 2026 at 4:54 pm
    var boxHtml = $(".box").html();
    
    $(".box")
        .mouseover(function() {
                $(".box").html("<%= escape_javascript(render(:partial => 'more_info')) %>");      
        })
        .mouseout(function() {
               $(".box").html(boxHtml);
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With some help from SO, I have a bit of javascript/jquery that cycles through
I'm a complete beginner with jQuery and I have this bit of script here
I have this bit of jQuery script that can be found here: http://jsfiddle.net/RUqNN/45/ When
I have problems with the following bit of javascript/jquery code: this.droppable = function(){ $('.imageWindow
I have a javascript object with a bit of jquery for visual effect. I
I have a bit of javascript/jQuery which creates a simple slideshow. I'm learning jquery
I'm working on a Javascript/jQuery powered image preloader, and have hit a bit of
New to jQuery/javascript here and looking for a little help. I am writing a
simple bit of jquery. I have a div with clss linklist, inside it has
I have a simple bit of jQuery which displays the row below the current

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.