Skip to content

Cannot use native HTML elements as container like <body> , <html> #41

Description

@vishnu-the-developer
`      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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions