HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/local/CyberCP/public/static/baseTemplate/assets/widgets/jgrowl-notifications/jgrowl-demo.js
  /* jGrowl notifications */

  $(function() {

      $('.growl-example-1').click(function() {

          $.jGrowl("jGrowl notification example with lorem ipsum dolor sic amet.", {
              sticky: false,
              position: 'top-right',
              theme: 'bg-blue-alt'
          });

      });

      $('.growl-example-2').click(function() {

          $.jGrowl("jGrowl notification example with lorem ipsum dolor sic amet.", {
              sticky: false,
              position: 'top-right',
              theme: 'bg-azure'
          });

      });

      $('.growl-example-3').click(function() {

          $.jGrowl("jGrowl notification example with lorem ipsum dolor sic amet.", {
              sticky: false,
              position: 'top-right',
              theme: 'bg-orange'
          });

      });

      $('.growl-example-4').click(function() {

          $.jGrowl("jGrowl notification example with lorem ipsum dolor sic amet.", {
              sticky: false,
              position: 'top-right',
              theme: 'bg-gray'
          });

      });

      $('.growl-example-5').click(function() {

          $.jGrowl("jGrowl notification example with lorem ipsum dolor sic amet.", {
              sticky: false,
              position: 'top-right',
              theme: 'bg-green'
          });

      });

      $('.growl-example-6').click(function() {

          $.jGrowl("jGrowl notification example with lorem ipsum dolor sic amet.", {
              sticky: false,
              position: 'top-right',
              theme: 'bg-red'
          });

      });


  });