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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:06:27+00:00 2026-05-27T21:06:27+00:00

This is going to seem a very strange question but im just playing about

  • 0

This is going to seem a very strange question but im just playing about and i’m wondering if its at all possible.

I have a page containing images all within links, I want to use jquery to find ‘X’ in the location of its parent link and replace the image source with that number.

If this doesnt make sense Ive created a fiddle to try and explain things further.

I know this is a strange question and its not going to make sense, but can it be done?

http://jsfiddle.net/qZ5AZ/

  • 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-27T21:06:28+00:00Added an answer on May 27, 2026 at 9:06 pm

    Do it something like this: http://jsfiddle.net/qZ5AZ/1/

    $("a img").attr("src", function() {
        var theSrc = new RegExp("[\\?&]p=([^&#]*)").exec($(this).parent()[0].href)[1];
        this.src = theSrc +".jpg";
    });
    

    And of course you really need to return the value: http://jsfiddle.net/qZ5AZ/9/

    $("a img").attr("src", function() {
        var theSrc = new RegExp("[\\?&]p=([^&#]*)").exec($(this).parent()[0].href)[1];
        return theSrc +".jpg";
    });
    

    See more about the query string:

    How can I get query string values in JavaScript?

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

Sidebar

Related Questions

This question might seem very specific but I am in need of some ideas
I'm probably going about this all wrong, but hey. I am rendering a large
This is going to seem quite a lame question - basically we have downloaded
this is probably going to seem like a daft question but please bear with
This question might not seem very technical but, out of curiosity,I want to know
This is going to be a quick discussion, but I just wanted some feedback
I think this is a very simple question, but I’m new to programming so
Okay this is going to seem really dumb but bear with me please. A
I have a very strange bug going on. I cannot get the flyout to
This is a very trivial problem but I can't seem to find a way

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.