gpt4 book ai didi

jquery - 删除 jquery datepicker alt 中的 3 个点

转载 作者:行者123 更新时间:2023-12-03 22:37:32 25 4
gpt4 key购买 nike

我正在通过 YII 框架使用 jquery datepicker 并使用图像。该图片有 titlealt,但我无法删除它们

这是我在 YII 中显示图像的代码

$this->widget('zii.widgets.jui.CJuiDatePicker', array(
'name' => 'sso_register[dob]',
//'model' => $model,
'attribute' => 'dob',
'value' => $dbText,
'options' => array(
'changeMonth' => true,
'changeYear' => true,
'dateFormat' => 'dd/mm/yy',
'yearRange' => "-100:+0",
'maxDate' => '31/12/2007', //day can choose >= tomorrow
'buttonImage' => Yii::app()->baseUrl . '/images/date_picker.png',
'buttonImageOnly' => true,
'showButtonPanel' => false,
'showOn' => 'button',
'altField' => '',
),
'htmlOptions' => array(
'class' => 'inputfield-middleside-date',
'readonly' => 'true',
'style' => 'position: relative; z-index: 100;',
'tabindex' => '7',
'alt'=>'',
'title'=>'',
)
));

有什么方法可以在所有浏览器上删除图像 alt 属性中的这 3 个点吗?谢谢

最佳答案

添加'buttonText'=>'',即可解决问题

http://api.jqueryui.com/datepicker/#option-buttonText

关于jquery - 删除 jquery datepicker alt 中的 3 个点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12910549/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com