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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:42:17+00:00 2026-06-04T21:42:17+00:00

I have a table with some tabular data in it. Currently I am using

  • 0

I have a table with some tabular data in it.

Currently I am using the below code to get information from the document rows.html but if I change it from $.get to $.ajax I loose the information from rows.html why?

$.get('rows.html', function(r){ //or $.post, $.ajax etc
      $('table.bordered').append(r);
}); 
  • 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-04T21:42:18+00:00Added an answer on June 4, 2026 at 9:42 pm

    $.ajax requires a type field to be populated with something like GET, POST, etc. Since you’re fetching data, it seems like you need type: 'GET'. $.post won’t help you and if you really want to use $.ajax, you’ll need to specify the type (again, GET). http://api.jquery.com/jQuery.ajax/

    EDIT: It appears $.ajax will do a GET by default, but try placing everything in a hash,

    $.ajax({url: 'rows.html', type: 'GET'}, function(r) { 
        alert(r); 
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table in html with some tabular data. The thing is that
I have a web-site that generates some simple tabular data as html tables, many
I have table displaying some data from a table in a ctp file. I
I converted some tabular data from word for a client: <table> <tr> <th><p>SPAGHETTI &ndash;
I have some table rows <tr class=b_row> <td> <div class=cpt> <h2> <a href=/ref/ref/1.html>example</a> </h2>
I have an Excel table with some data that I would like to export
I have a table with some rows and inputs inside them. I want add
I have a table with some dynamically generated data. The issue is I want
I have two questions regarding to html table layout. First I will provide some
I have to display some tabular data where there is a maximum of 3

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.