bootstrap模态不起作用。隐藏模式下的模态弹出

时间:2015-06-29 04:15:39

标签: jquery bootstrap-modal

我需要在点击按钮时弹出一个模态。模态正在显示但处于隐藏模式请查看下图enter image description here

SELECT DISTINCT

1 个答案:

答案 0 :(得分:0)

您的代码似乎是正确的。

带有css和js链接的HTML和脚本:

 using (PlanGenEntities3 entity2 = new PlanGenEntities3())
 {                
    var result = entity2.Entity_test_GetHoliday();
    string output = result.ToString();
 }

DEMO:http://jsfiddle.net/ddan/8fpqxp9m/