I am currently tackling a practice problem on jsFiddle, and you can find it at http://jsfiddle.net/Q9yHD/
My aim is to implement a border around my table using the following code:
$("#" + $id).find(".name").attr("border", "thick");
Unfortunately, I am facing issues as it does not appear to be functioning correctly. Can anyone spot what I might be doing incorrectly here?