this.$metabox.on( 'click', 'a.llms-add-student', function( e ) {
                e.preventDefault();
                self.add_student( $( this ) );
            } );