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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:18:37+00:00 2026-06-03T07:18:37+00:00

I want to move the value of href from one link to another using

  • 0

I want to move the value of href from one link to another using jQuery.
I have it selected, but I am having trouble injecting it into the new ancor tag. Is there a better way to do this?

HTML:

<ul class="menu">
    <li><a href="1">1</a></li>
    <li><a href="2">2</a></li>
    <li><a href="3">3</a></li>
    <li><a href="4">4</a></li>
    <li class="active"><a href="5">5</a></li>
    <li><a href="6">6</a></li>
    <li><a href="7">7</a></li>
    <li><a href="8">8</a></li>
</ul>
<a class="GO!" href="">go!</a>

jQ:

var goLink = $('li.active > a').attr("href");
$(.go).attr("href", 'golink');

http://jsfiddle.net/nEePk/3/

  • 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-03T07:18:39+00:00Added an answer on June 3, 2026 at 7:18 am

    you cannot have a class called GO! so change it to:

    <a class="go" href="">go!</a> 
    

    jQuery:

    var goLink = $('li.active > a').attr("href");
    $('.go').attr("href", golink);   // remove "''" from golink
    

    DEMO JSFIDDLE

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

Sidebar

Related Questions

I have a rectangle which want to move using Canvas.SetLeft(rect, x); But I wanna
I have a multi-targeted app and I want to move identical classes from 2
I'm using draggable from jquery UI, I want to know what does UI argument
I have a draggable which on the stop event, I want move to a
I want to move about 800gb of data from an NTFS storage device to
I want to move the form title, icon and close, and help buttons from
I want to move a part, i.e. one subdirectory of an existing, private mercurial
I want to move some file to other place, using Java SE 1.6 So,
I want to move all files and folders inside a folder to another folder.
I want to move an image when I drag on the screen, but the

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.