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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T05:53:52+00:00 2026-05-25T05:53:52+00:00

http://ryrych.github.com/rcarousel/ so i’m using the carousel from the above link (open source) and i’m

  • 0
http://ryrych.github.com/rcarousel/

so i’m using the carousel from the above link (open source) and i’m trying to use the below jQuery code to make the images inside the carousel div into links

$('#carousel li img').click(function() {
    var url = 'http://www.google.com';
    window.open(url);
});

but it’s not working, could someone help me? Is there a jQuery pluggin that would help me overide the rCarousel coding to help make the link creation work? I don’t think i have the expertise to go through the entire rCarousel script to make the changes i need in order for the img links to start working. Is there an easy way out of this problem?

  • 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-25T05:53:53+00:00Added an answer on May 25, 2026 at 5:53 am

    This works:

    $("#carousel").click(function(e) {
        if (e.target.tagName == 'IMG') {
            // url can be anything - it can be also something associated with the image like its src attribute: e.target.src
            var url = 'http://google.com'
            window.open(url);
        }
    })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://www.switchonthecode.com/tutorials/getting-started-with-opengl-es-for-the-iphone From the above link they created tutorial by No Nib File. But i
http://en.wikipedia.org/wiki/ICalendar I'm working to implement an export feature for events. The link above lists
http://pastie.org/931617 is a link to the source code. If there is a better way
http://msdn.microsoft.com/en-us/library/aa479314.aspx You have a user who successfully log in from a machine in Cybercafe,
http://github.com/collectiveidea/awesome_nested_set awesome nested set plugin and currently, if I choose a sub category as
http://jqueryui.com/demos/button/#default They are very simple to use, but for some reason my buttons are
http://services.tvrage.com/tools/quickinfo.php?show=Chuck I'm trying to parse that info, for example, get the Airtime, Airtime@Monday at
http://img520.imageshack.us/img520/6951/723200995413pm.png As you can see from the image above, in IE6 divs with essentially
http://jvalentino2.tripod.com/dft/index.html My code is really just a copy of the above: package it.vigtig.realtime.fourier; import
http://msdn.microsoft.com/en-us/library/system.resources.resxresourcewriter.aspx In this link and others like it, I see code to write in

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.