Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/271.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 主动模态视图编码点火器_Php_Codeigniter - Fatal编程技术网

Php 主动模态视图编码点火器

Php 主动模态视图编码点火器,php,codeigniter,Php,Codeigniter,Hy, 我想使用模态视图编辑一些数据。所以我为模态视图编写代码,无法编辑输入区域 my modal的代码是: ....................... //ajax表单插件在每次模式加载时调用, $(文档).ready(函数(){ //选择Boxit下拉列表替换 if($.isFunction($.fn.selectBoxIt)) { $(“select.selectboxit”)。每个(函数(i,el) { 变量$this=$(el), 选项={ showFirstOption:at

Hy, 我想使用模态视图编辑一些数据。所以我为模态视图编写代码,无法编辑输入区域

my modal的代码是:


.......................
//ajax表单插件在每次模式加载时调用,
$(文档).ready(函数(){
//选择Boxit下拉列表替换
if($.isFunction($.fn.selectBoxIt))
{
$(“select.selectboxit”)。每个(函数(i,el)
{
变量$this=$(el),
选项={
showFirstOption:attrDefault($this'first option',true),
'native':attrDefault($this'native',false),
defaultText:attrDefault($this,'text',''),
};
$this.addClass('visible');
$this.selectBoxIt(选项);
});
}
});

这似乎是css代码的错误

在模式中调整
z索引

.modal对话框,.modal内容{z-index:99999;}

背景
位于首页时会发生这种情况

我希望能帮助你