i know, the problem has been discussed many times here, but i cannot see clear solution. i have tried https://github.com/sorccu/cufon/wiki/API solutions. this is my code
function jload(){
$('#main').load('ajax_load.html', function() {
Cufon.refresh('h3');
});
}
but it doesnot work.. why ?