7-19 1:$(event.target).parents().filter("tr").find("host-name") 为什么选择不到别的host-name? 2:bootstrap模态框两个巨大问题的解决办法 ①如何为bootstrap上的控件绑定事件 $(document).on("blur",".ip-txt",function(){ var hehe = $(event.target).val(); var r
1.新建Controller public ActionResult Index() { return View(); } public ActionResult Person(int? id) { //could add code here to get model based on id.... return PartialView("_Person"); //calling partial with existing model.... //return PartialView(
最基本快速接入 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"
本文灵感来自:http://www.cnblogs.com/chengxuyuanzhilu/p/5132328.html 子页面内容 //打开模态框 function openMySelectModiaOrPackageModal(){ var fatherBody = $(window.top.document.body); //定义页面存放模态窗口的元素 var id = 'iframeModalPages'; var dialog = $('#' + id); if (dialog.le