标签:style blog http color java 使用 io for ar
?
使用SPService的SPCascadeDropdowns来实现。
可以参考http://www.cnblogs.com/Sunmoonfire/archive/2010/09/11/1823678.html来实施。
<script language="javascript" src="/SiteAssets/jquery-1.10.2.js" type="text/javascript"></script>
<script language="javascript" src="/SiteAssets/jquery.SPServices-2014.01.min.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
$(document).ready(function()
{
$().SPServices.SPCascadeDropdowns(
{
relationshipWebURL: "/",
relationshipList: "State",
relationshipListParentColumn: "Country",
relationshipListChildColumn: "Title",
parentColumn: "Country",
childColumn: "State",
debug: true
});
});</script>
标签:style blog http color java 使用 io for ar
原文地址:http://www.cnblogs.com/liuyangqing/p/3933648.html