我想在 ASP.NET/C# 中实现服务器端 Pnotify 功能。请帮助我已经尝试过,但没有任何反应。我也在使用母版页。
$(function () {
new PNotify({
title: 'Regular Notice',
text: 'Check me out! I\'m a notice.',
type: 'success',
cornerclass: 'ui-pnotify-sharp',
styling: 'bootstrap3'
});
});