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