💻 آخرین فرصت یادگیری برنامه‌نویسی با آفر ویژه قبل از افزایش قیمت در ۵ آذر ماه (🎁 به همراه یک هدیه ارزشمند )
۰ ثانیه
۰ دقیقه
۰ ساعت
۲ zynb moallemi
نمایش ندادن خطا
جامعه وردپرس (برنامه نویسی) ایجاد شده در ۱۴ بهمن ۱۴۰۲

سلام هیچ خطایی در کدها وجود ندارد
فقط این toast نمایش داده نمیشه

 

zynb moallemi ۱۴ بهمن ۱۴۰۲، ۱۳:۰۸
error: function (error) {
												if (error.responseJSON.error) {
													/*    alert(error.responseJSON.message);*/
													/*alert(error.responseJSON.message);*/
													$.toast({
														/*    heading: 'خطا',*/
														text: error.responseJSON.message,
														icon: 'error',
														loader: true,        // Change it to false to disable loader
														loaderBg: '#5a5a5a',  // To change the background
														textAlign: 'right',
														bgColor: '#FF1356',
														hideAfter: 3000,
													})
												}
											}
zynb moallemi ۱۴ بهمن ۱۴۰۲، ۱۳:۰۹