Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if(navigator.userAgent.match(/(iPhone|iPad|iPod|Android)/)){
  2. var print_button = '';
  3. } else {
  4. // PC用に印刷ボタン
  5. var print_button = '<button onclick="window.print();" class="p-print">印刷する</button>';
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement