jQuery(document).ready(function(){
  // Add ' kr' to each donation amount button, except Other (Annat)
  jQuery('label.ui-button:not(:last)').append(' kr');
});