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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:09:52+00:00 2026-06-05T03:09:52+00:00

I have jquery mobile listview set up. I want to use jQuery to change

  • 0

I have jquery mobile listview set up. I want to use jQuery to change the src of #contentImg to the src of the image thumbnail which is clicked.

So when an ‘a’ that is in a ‘ul data-role=”listview”‘ is clicked I want the src of ‘#contentImg’ to the img within $this(this being ‘a’ tag clicked).

How can I do this with jQuery?

Code is as follows

    <ul data-role="listview">
        <li><a href="#content">
            <img src="image1.jpg" />
            <h3>Image1</h3>
            <p>Description</p>
        </a></li>
        <li><a href="#content">
            <img src="image2.jpg" />
            <h3>Image2</h3>
            <p>Description</p>
        </a></li>
     </ul>  

Further in the document

<img id="contentImg" src="contentImg.jpg" />

Just to clarify when the first link is clicked #contentImg src should change to image1.jpg and if second was clicked it would be image2.jpg

  • 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-05T03:09:54+00:00Added an answer on June 5, 2026 at 3:09 am

    This should work on jQuery >=1.7:

    $('li a[href="#content"]').on('click', function(){
        $('#contentImg').attr('src', $(this).find('img').attr('src'));
    });
    

    JSFiddle

    Swap .on by .live if using jQuery <1.7

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

Sidebar

Related Questions

I have a Jquery Mobile collapsible set , which can have any number of
I have a functionality in jquery-mobile in which I want to redirect to another
I have an image container based on Jquery Mobile listview element structure. Looks like
I have a problem with the listview in jquery mobile. I want to load
I have a Jquery Mobile page into which I'm loading a form via AJAX.
I have a jquery mobile list. This list is populated with data. I want
I have a code in jquery mobile that will add buttons dynamically in a
I have the following jQuery Mobile HTML code, the navbar's content is set using
I have implemented a WebApp using SplitView - http://asyraf9.github.com/jquery-mobile/ - (and that seems to
If you have a listview in JQuery Mobile with countbubbles defined like this: <ul

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.