// create the icon and add it to the button ... $ico.attr('src', icon); $ico.attr('alt', ''); // $ico.attr('width', 16); // $ico.attr('height', 16); $btn.append($ico);