Mycket flitig postare
|
|
Reg.datum: Jun 2011
Inlägg: 767
|
|
Mycket flitig postare
Reg.datum: Jun 2011
Inlägg: 767
|
haha man är ju lite trött...
denna kod funkar...
$(function () { $("[id*=grvExams] td").hover(function () { $("#examAvailible", $(this).closest("tr")).removeClass("examAvailible" ); }, function () { $("#examAvailible", $(this).closest("tr")).addClass("examAvailible"); }); });
|