We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52461c commit 7facba7Copy full SHA for 7facba7
demo/customContainer.html
@@ -67,7 +67,7 @@
67
theme: 'default'
68
});
69
70
- // console.log('html: '+n.options.id);
+ console.log('html: '+n.options.id);
71
}
72
73
function generateAll() {
js/noty/jquery.noty.js
@@ -283,10 +283,8 @@ if (typeof Object.create !== 'function') {
283
284
// This is for custom container
285
$.fn.noty = function(options) {
286
- return this.each(function() {
287
- options.custom = $(this);
288
- return $.notyRenderer.init(options);
289
- });
+ options.custom = $(this);
+ return $.notyRenderer.init(options);
290
};
291
292
$.noty = {};
0 commit comments