Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. if ($(".page-on-center").length) {
  2. var pageNotification = $(".page-on-center #mobile_notification").text();
  3. var pageAlert = $(".page-on-center #mobile_alert").text();
  4. } else {
  5. var pageNotification = $("#mobile_notification").text();
  6. var pageAlert = $("#mobile_alert").text();
  7. }
  8.  
  9. var pageNotification = $("#mobile_notification").text();
  10. var pageAlert = $("#mobile_alert").text();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement