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

  • Home
  • SEARCH
  • 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 6793581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:07:04+00:00 2026-05-26T18:07:04+00:00

In Javascript, I am getting a string like I have a string exactly like

  • 0

In Javascript, I am getting a string like I have a string exactly like
H01=13 H02=12 H03=43 H04=56..... ?

I want to split the string and give it to the different textboxes in the page like

txtHeight01's value(text) is 13 
txtHeight02's value(text) is 12 
txtHeight03's value(text) is 43 

Part of the code would be like

paddedcounter = i.padLeft(2, '0'); //(i is for(i=0;i<3;i++)
$('#txtHeight' + paddedcounter).val()=//These will the values from the splitted string.
  • 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-26T18:07:04+00:00Added an answer on May 26, 2026 at 6:07 pm
        var strTest = 'H01=13 H02=12 H03=43 H04=56';
        var splitArrayBySpace = strTest.split(' ');
        for(var i = 0; i < splitArrayBySpace.length; i++){
                var splitArraybyValue = splitArrayBySpace[i].split('=');
                $('#txtHeight' + splitArraybyValue[0]).val(splitArraybyValue[1]);
        }        
    

    This should do it.

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

Sidebar

Related Questions

I have just cURL'd a page and am getting a javascript string returned. I
I'm having a tough time getting this to work. I have a string like:
The size of my JavaScript file is getting out of hand because I have
I have the following javascript code and I am not getting the result I
I'm having trouble getting this Javascript Regular Expression to work. What i want is
I have this bit of javascript: var jsonString = some string of json; $.post('proxy.php',
I'm using javascript to call functions that have been put into an object like
I have some occasions where I need to build a string via JavaScript to
I am using php and getting some utf8 string from Javascript. I try to
i have small class like public static class TSM { static string TokenID =

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.