I m French so sorry for my poor english
I don't understand what happenened with the code below and nothing is explained about what is doing this part of code.
var $d = $("div"); line20 //$d get now a table of all the divs
$d.addClass("current_hand) // it means that all the div will get the current_hand class ?
.appendTo ("#my_hand"); //the div my_hand will receive all the div with the class current_hand ?? i don't understand what happened
$("<img>").appendTo($d) ??
Sometime many things are really well explained and explained with many ways. And sometimes a huge part of code is written without mzny explication.
I 'll be very happy if you could explain me what is doing actually this part of code page 234
Thanks again












