不要执行我的脚本,在刀片中隐藏boostrap模式

时间:2015-04-22 21:06:48

标签: jquery twitter-bootstrap laravel-4 laravel-5 blade

我想在视图中显示以下代码,但不显示脚本,并且不起作用

加载视图时无法隐藏我的模态

 @if(!empty($status) && $status == 'ok_create')
    <script>
    alert('hi');
    $("#box-modal").modal('hide');
    </script>
    <div class="alert alert-success">
        <a href="#" class="close" data-dismiss="alert">&times;</a>
        <i class="fa fa-check-square-o"></i> El usuario fue creado con exito 
    </div>

    @endif

enter image description here

我的资源库github =&gt; https://github.com/Mangulomx/viversoft1

1 个答案:

答案 0 :(得分:0)

我认为问题不是模态的,而是编写脚本的地方。你是如何得到这个select c.ConditionValue, IfNull( v.Color, BLUE ) as Color from Conditions c left join Values v on v.Value =( select Max( Value ) from Values where Value <= c.ConditionValue ); 的?如果它是ajax查询的答案或你在页面加载后得到的东西,它将无法在PHP代码中工作,你应该把它全部包含在javascript中的条件。