如何使用jquery检查cakephp中选中的单选按钮?

时间:2015-05-08 11:55:57

标签: javascript jquery cakephp-2.3

我有代码

$options = array('hours' => 'Hours', 'km' => 'Km', 'unit' =>"Unit");
                            $attributes = array('legend' => false);
echo $this->Form->radio('unit_type', $options, $attributes);

现在我想检查在javascript中检查了哪个单选按钮。我用了

$("input[name='data[Equipment][unit_type]']:checked").val();

但它不起作用。

1 个答案:

答案 0 :(得分:0)

试试这个

$("输入[名称='数据[设备] [UNIT_TYPE]']&#34)是(":检查&#34);