For this week you will be writing an 7-page paper on the following topic:
Women in the seventeenth and eighteenth centuries were in difficult positions, but they were far from powerless. How did women help create their own identities and what obstacles did they have to overcome? Make sure you use the primary and secondary sources along with the videos assigned for the course.
Text book:
1.Norton, Mary Beth. Major Problems in American Women\’s History. Fifth Edition. Houghton Mifflin, 2014. ISBN: 978-1-133-95599-3
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 });

