0
Really, I couldn’t understand.
In the past I always used jquery’s load function like this:
$('#db0077').load('/inc/aula.php', function(){
alert('dentro do load');
});
Now this function is obsolete. So I saw that I have to use . on() for this. Use . on() it’s very simple, with you in all functions except this!!! I tried so:
$('#db0077').on('load', '/inc/aula.php', function(){
alert('dentro do load');
});
It doesn’t work at all, someone gives me a light?
Ann... who told you the method load is obsolete??
– LeAndrade