🔥 با کمک هوش مصنوعی در کمتر از 6 ماه فول‌استک شوید ...
۰ ثانیه
۰ دقیقه
۰ ساعت
۲ پرنیا کرمانی
نمایش ندادن خطا
جامعه وردپرس (برنامه نویسی) ایجاد شده در ۱۴ بهمن ۱۴۰۲

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

 

پرنیا کرمانی ۱۴ بهمن ۱۴۰۲، ۱۳:۰۸
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,
													})
												}
											}
پرنیا کرمانی ۱۴ بهمن ۱۴۰۲، ۱۳:۰۹