` pjax.connect({
'container': 'ajaxLoadContent',
'useClass':'ajaxLoader',
'beforeSend': function(event){
console.log('loading page .... ');
},
'success': function(event){ // NO ERROS
},
'error': function(event){ // NO ERRORS
},
'ready': function(){ // NO ERRORS
}
});`
but i cannot use container as an html by specifying 'container':'html'