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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:11:23+00:00 2026-05-12T18:11:23+00:00

If you look at the right, there is a thumbnail gallery. I need to

  • 0

If you look at the right, there is a thumbnail gallery. I need to change the action from ‘on click’ to ‘on hover’. I’m not a javascript developer and changing scripts at this point will be futile (too many hours modifying this one…for other reasons).

If you could help me find a way to change the action from ‘on click’ to ‘on hover’, I’ll be greatly appreciated.

Link is this (edit: removed the link, issue is solved, thanks)

To help you guys out, you’ll be looking for the /js/jquery.galleriffic.js file

  • 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-12T18:11:24+00:00Added an answer on May 12, 2026 at 6:11 pm

    Well looking at the file there are exactly two onclick handlers, which you will have to change to an onmouseenter handler. I don’t see why this might take too many hours.
    Additionally you can just attach an onmouseenter handler to the appropriate link:

    $('a.thumb').mouseenter(function(e)
    {
        $(this).click();
    });
    

    If you don’t want it to be clickable anymore you will have to stop the click event bubbling at the bottom element:

    $('a.thumb img').click(function(e)
    {
        e.stopImmediatePropagation();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having trouble getting phong shading to look right. I'm pretty sure there's something
I'm not used to working with synchronized. Does the following snippet look right? public
http://posterous.com/ If you look on the very bottom/right there is API, Privacy, Terms They
I am having difficulties achieving Css 100% so my website can look right in
I'm playing around with async in F#. Does this look right, or am I
I resized an image using Java2D Graphics class. But it doesn't look right. BufferedImage
You know how those packed js files look like, right? eval(function(p,a,c,k,e,d){ ... } ('obfuscated-string'.split('|'),0,{}))
I'm trying to create a thumbnail image on the client side using javascript and
I'm currently calling Trace (method below) from a game loop. Right now all I'm
It's right there, in the package that it should be indexing. Still, when 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.