Кнопка с иконкой и текстом
$(function() { $( "#order").button({ icons: { primary: "ui-icon-circle-arrow-e" }, text: true }); });