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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:46:57+00:00 2026-05-26T20:46:57+00:00

recently I’ve asked a question on how to change a span’s text via javascript

  • 0

recently I’ve asked a question on how to change a span’s text via javascript ,

and the answer was

javascript:void(document.getElementById("serverTime").innerHTML = "...");

Now I want to change this span : <span id="serverTime">5:46:40</span>

into this one <span id="serverTime">3:46:40</span>

and no , not just editing the whole span and using the previous code , just editing a part of the span .

If that’s possible though , I don’t have an idea.

  • 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-26T20:46:58+00:00Added an answer on May 26, 2026 at 8:46 pm

    If you just need to change the spans text, then you can use replace:

    javascript: (function (doc) {
        var sTime = doc.getElementById("serverTime"); 
        sTime.innerHTML = sTime.innerHTML.replace('5', '3');
    })(document); // Remove spaces when bookmarking.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently I asked a question on stackoverflow about multiline tabs. Below is the link
Recently I asked this question: Find Common Values in several arrays, or lists VB.NET
Recently, I've been dealing with an error with accessing MAPI via the .NET framework
Recently moved from svn to git, pardon my newbie question. In our release process,
Recently my Project manager asked to write comments, summary and #regions for all the
Recently I was confused by this question . Maybe because I didn't read language
Recently i saw an open source javascript library have a line like : style
recently I am learning C++ and have some doubt on the following case. void
Recently Jeff has posted regarding his trouble with database deadlocks related to reading. Multiversion
Recently I have been investigating the possibilities of caching in ASP.NET. I rolled my

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.