I need 4 page paper double spaced.I need to take examples from the book of ” give me liberty” by Eric Foner third edition. And the examples can only come from chapters 1-17
I have to answer these questions:
– is violence necessary to protect liberty? I said yes.
-is violence necessary to extend liberty to those who do not have it? i said no.
– If you answered no to either question when, if ever is violence justified to protect or extend liberty?
– use specific examples fromt he history we have covered(chpt 1-17) so far in class will not be graded on your ideas but how well you use your examples to support your point.
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });