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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:15:59+00:00 2026-06-01T12:15:59+00:00

Im trying to print the realtime output based on user input for a search.

  • 0

Im trying to print the realtime output based on user input for a search. so im trying to add the title of each result to a div element of a certain width and height. I want to limit the entries of each div element to 8. so for different search, the number of divs to be displayed will vary.
Im using the below code, since #test is not unique, all output title will be displayed in a single div instead of divs containing 8 titles each..I want to know hw we cn create a div with unique id and use the jquery function to add title to these unique divs..how do i do that?

for(var count5=0;count5

{ $(".panel1").append('<div id="test"  style="width:200px; height:120px; background-color:#000000; float:left; margin-left:10px; margin-top:10px; color:#ffffff;"></div>');

    for(count4=num; count4<num1; ++count4)
    {   
             $("#test").append(prsnArray[count4].term + '<br>');
    }
num=num+8
num1=num1+8}
  • 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-01T12:16:00+00:00Added an answer on June 1, 2026 at 12:16 pm

    Instead of appending the terms in your person array to the div with id ‘test'(which is not unique as it should be), append those to the newly created div.

     var $newDiv = $('<div style="width:200px; height:120px; background-color:#000000; float:left; margin-left:10px; margin-top:10px; color:#ffffff;"></div>') ; 
     $(".panel1").append($newDiv);
    
     for(count4=num; count4<num1; ++count4){   
        $newDiv.append(prsnArray[count4].term + '<br>');
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to print out the date in a certain format: NSDate *today =
I'm trying to print the output of function only when it is true but
Im trying to build a simple faye realtime based notification system so I can
I'm trying to output realtime 3D point clouds (307,200 points) using XNA and Kinect;
In the following case, I am trying to print all output of temp2 script
Im trying print Excel file data on a page. To do it i used
I'm trying to print to Dot Matrix printers (various models) out of C#, currently
I am trying to print a message on a web page in vb.net. I
I am trying to print a report that contains a bar graph using the
I am trying to print invoice. But top whatever i do to setting margins,

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.