I am getting a error when saving my php file that I have used jQuery in. I have located the exact script that gives me the error message, and also breaks the jQuery on the page. Can anyone tell what is wrong with this? I cant see why it would give me an encoding error.
$(document).ready(function() {
var left = 0;
$('#breadcrumbs-list > li').each(function() {
$(this).css('left', left + 'px');
left += 100;
});
});
Error: the document's current encoding can not correctly save all of the characters within the document. You may want to change to UTF-8 or an encoding that supports special characters in this document