6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
$(function()
|
|
{
|
|
var heightType = $("[name='heightType']:checked").val();
|
|
setCardCount(heightType);
|
|
});
|