bootstrap-notify
bootstrap-notify copied to clipboard
_jquery2.default.notify is not a function
i use react so i install the jquery, bootstrap-notify.. exmaple code: $.notify("Hello World");
but error is _jquery2.default.notify is not a function... how can i do??? help me
Did you wrap your $.notify call in load/document ready? Did you make sure notify JS is loaded before calling it?