Ramco Ramco

Ramco Ramco

  • 469
  • 2.8k
  • 393.9k

Notification Display

Jun 12 2021 5:25 AM

Hi

  I have given Vertical Center but it is displaying in Top Right of Main Layout. Using NotifyJs

 <script type="text/javascript">
            window.onload = function () {
                var message = "Successfully Saved";
                $.notify(message, { class: "my-class", delay: 0, align: "center", verticalAlign: "top", animationType: "scale", close: true, type: "success" });
                    
            };

Thanks


Answers (1)