שלום לכולם,
זה הקוד שברשותי:
HTML קוד:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript" charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">
// Let's use jQuery library:
$(document).ready(function() {
$(document).load("Content-Type:application/json; charset=UTF-8");
// get element with id refresh, on click do function...
$('#refresh').click(function(evt){
$(document).load("Content-Type:application/json; charset=UTF-8");
// get element with id report, load content to element
$('#report').load('wwww.php');
evt.preventDefault();
})
});
</script>
זה מציג לי סימני שאלה במקום עברית, איך פותרים את הבעיה?
תודה לעוזרים.