Compare the policies of two medieval secular rulers toward the Jews,(Richard I of England and st louis louis ix of) france. You can use encyclopedic material for this assignment but be sure to document it properly.
These are some links you can start with, and you can find a lot of sources in the web too
St. Louis and the Jews of France, before 1270 CE
http://www.fordham.edu/halsall/jewish/1270-jews-stlouis.asp
Richard I of England: Charters by Which Many Liberties are Granted and Confirmed to the Jews, 22 March, 1190 CE
http://www.fordham.edu/halsall/source/1190richard1-charterjews.asp
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 });

