When did Mr. T get his Mohawk hairdo?
function showRemark(aid) { $(‘answer_remark_box_’ + aid).setStyle(‘display: block;’); return false; } function createRemark(aid) { // this color is the orange color of the action buttons new Ajax.InPlaceEditor(‘answer_remark_’ + aid, ‘/ajax/edit_question_remark.php’, {rows:8, cols:60, okText:”save”, externalControl:’answer_remark_edit_’ + aid, highlightColor: ‘#FAB645’, callback: function(form, value) { return “action=update&aid=” + aid + ‘&remark=’ + escape(value) }}); } function deleteRemark(aid) { $(‘answer_remark_box_’ + aid).setStyle(‘display: none;’); $(‘answer_remark_’ + aid).innerHTML = “”; new Ajax.Request(‘/ajax/edit_question_remark.php’, { method: ‘get’, parameters: “action=delete&aid=” + aid }); return false; } Posted by WoodsmanKayl Oct 11th, 2010 at 1:07AM Probably born with it. Mr. T is one of the few “African-American’s” I thought is pretty cool.