Hi Folks,
I am working on a sample problem on jsFiddle at http://jsfiddle.net/Q9yHD/
I am trying to add a border to my table with code:
$("#") + $id).find(".name").attr("border", "thick");
But it doesn't seem to be working. What am I doing wrong in here?