Guest User

Untitled

a guest
Jul 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. //handle buttons
  2. $("#emailbodybuttons button").button({
  3. icons: {
  4. primary: "ui-icon-circle-arrow-n"
  5. }
  6. }).next().button({
  7. icons: {
  8. primary: "ui-icon-heart"
  9. }
  10. }).next().button({
  11. icons: {
  12. primary: "ui-icon-closethick"
  13. }
  14. }).next().button({
  15. icons: {
  16. primary: "ui-icon-document"
  17. }
  18. });// button
Add Comment
Please, Sign In to add comment