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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:55:06+00:00 2026-06-01T05:55:06+00:00

The logged value is shown below: but why when I use document.write or alert

  • 0

The logged value is shown below:enter image description here

but why when I use document.write or alert it’s a blank variable.

here’s the code:

$("#subTile").click(function(){
            var c=[[],[],[]];//content
            $(".col").each(function(){
                var r=$(this).attr("rel");
                r--;
                $(this).find(".bulk").each(function(i){
                    var t=$(this).find("input:eq(0)").val();//title
                    var img=$(this).find("input:eq(1)").val();//img url
                    var content=$(this).find("textarea").val();
                    if(t!=="")
                    {
                        c[r][i]=[];
                        c[r][i]["title"]=t;
                        c[r][i]["img"]=img;
                        c[r][i]["content"]=content;
                    }
                })
            });
            console.log(c);
            document.write(c);
  • 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-01T05:55:08+00:00Added an answer on June 1, 2026 at 5:55 am

    because document.write is converting c into its string representation.
    you can use:

    for (var i=0; i<c.length; i++) {
      document.write("Element " +i+ " contains: " +c[i]+ "<br />");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Scenario: While logged into facebook, I click on a share link on my site.
I'm saving the logged in Facebook username to the NSUserDefaults preferences using the code
With current log4j.xml shown below, I get logs like 'select * from users where
I searched for a few days now but didn't find a solution. So here
Logged into my Windows XP SP2 computer using my normal user account (which has
After logged in successfully, Yii does not executing any page. Showing an error: Error
I have logged in to the site with my webbrowser and whenever I try
Without being the person logged in at the console, how do I run an
I am logged into mysql... mysql -u root -pmypass And I have run the
how to get the logged in current users seesion id? I am using 2.0

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.