Open vishnu-the-developer opened 7 years ago
` 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'
but i cannot use container as an html by specifying 'container':'html'