How on jquery can I remove a block and load it instead (you can copy it) from another page?
I do not want to use php for the buffering method.
For example, on page 1.html there is one div with content. And on page 2.html another block div.
How to remove the block on the first page without using php and copy the block from the second page instead?