【发布时间】:2015-02-20 12:27:12
【问题描述】:
当我单击列链接中的表格时,我会打开 bootstrap-editable 对话框。我的电话是:
$('TABLE TD A').editable({
type: 'date',
name: 'test',
pk: $(this).attr("pk"),
format: 'dd/mm/yyyy',
url: '/post',
title: 'Cambiar
});
表格在 DIV 内。
错在 DIV.datepicker-days 中的类 table-condensed 的表。
该表扩展为所有 POPOVER,而不是将其全部扩展为 DIV.datepicker-days。
我有 CSS:
<link href="../../Contents/Styles/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="../../Contents/Styles/bootstrap-combined.min.css" rel="stylesheet" type="text/css" />
<link href="../../Contents/Styles/bootstrap-editable.css" rel="stylesheet" type="text/css" />
按此顺序。
正确的查看方式是:enter link description here
怎么了?
【问题讨论】:
标签: javascript html twitter-bootstrap