Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

126
Views
How to load data from one html file to another html file present in subfolder using jquery

I wanted to fetch the count from the table footer in analysis/index.html and wanted to show it in dashboard/index.html I am using the load function of jquery and I am getting the error saying: enter image description here

          //here is analysis/index.html file code 
               <table  id="recent" class="table table-striped table-responsive recent_table">
                                        <thead ></thead>
                                        <tbody ></tbody>
                                        <tfoot ></tfoot>
                                    </table>
            //and here is dashboard/index.html file
                <script>
                $(document).ready(function()
                `enter code here`{
                  $("#btn1").click(function(){
                    $("#div1").load("/analysis/index.html table#recent tfoot")
                    
                  });
                });
                </script>
    // can anyone please guide me How can I do this in Jquery .
      
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!