Run Code
		
			
			$.toast({
				heading: 'Notification',
				text: 'This Email has been Already Exist',
				icon: 'error',
				position: 'bottom-right',
				loader: true,        // Change it to false to disable loader
				loaderBg: '#a94442',
				showHideTransition: 'plain'
			})