Advertisement
chernov2000

Вызов нотификации UIKIT

Oct 13th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $(document).ready(function () {
  2. var in30Minutes = 1 / 48;
  3. if ($.cookie('backetnotify') == null) {
  4. $.cookie('backetnotify', 'in30Minutes', {
  5. expires: in30Minutes,
  6. path: '/'
  7. });
  8. UIkit.notification({message: 'Мелкооптовая цена от 5000 ₽', status: 'primary', timeout:'10000'}) }
  9. else{
  10.  
  11. }
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement