in Education by
I have some divs like:
and the script in another page link.htm: I want to load link.htm page inside the content div's, but i'm just know to load some image: $('ul li a').click(function(){ var data = $(this).attr('href'); $('#content').html('image'); return false; }); how should I change for load external page into the div? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
This will load the specific div, #data, in the #content. $('a').click(function(){ var data = $(this).attr('href'); $('#content').load(data+'#data'); return false; }); For more information look at the documentation of jQuery: http://api.jquery.com/load/

Related questions

0 votes
    I wanted to find a way to extract from the url the classes to be added to the body. I made some ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I wanted to find a way to extract from the url the classes to be added to the body. I made some ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    If my post duplicated, please give me references. because i failed finding post that appropriate from my ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    numbers. 4. (a) When running a particular program with N memory accesses, a computer with a cache and paged ... the system ? cribe Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    Course Results (${courseResponseList.getCourses().size()}) Want to show above div. jquery script. jQuery. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 6, 2022 in Education by JackTerrance
0 votes
    Course Results (${courseResponseList.getCourses().size()}) Want to show above div. jquery script. jQuery. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 20, 2022 in Education by JackTerrance
0 votes
    I am trying to load a log-out URL once the app close button is hit, Something like the following. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 13, 2022 in Education by JackTerrance
0 votes
    What is the ideal place to load the external JavaScript file in your HTML document 1. Towards the beginning of the ... of the webpage 3. Anywhere within the body is good enough...
asked Feb 23, 2021 in Technology by JackTerrance
0 votes
    What is the ideal place to load the external JavaScript file in your HTML document a)Towards the beginning of the body ... of the webpage c)Anywhere within the body is good enough...
asked Oct 8, 2020 in Technology by JackTerrance
0 votes
    . In ___________ attack, malicious code is pushed into _______. 1.buffer-overflow, stack 2.buffer-overflow, queue 3.buffer ... !!!!!!! Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    How to turn the service defined below in the spec into an external one?...
asked Jul 15, 2021 in Technology by JackTerrance
0 votes
    Using sstableloader external data cannot be loaded into the cluster (1)False (2)True...
asked May 7, 2021 in Technology by JackTerrance
0 votes
    Using sstableloader external data cannot be loaded into the cluster (1)False (2)True...
asked Apr 16, 2021 by JackTerrance
...