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'
});
});