I have been looking on Google and StackOverflow but haven\'t been able to find what I\'m after as of yet. If someone could point me in the right direction that would be grea
$(document).ready(function(){ $("td").bind('click', function(oTd){ var c = $(oTD).text(); $(oTd).empty(); $(oTd).append('"); )}; });