发表日期: 2022-05-30 21:40:10 浏览次数:98
网站建设公司绍兴-绍兴网站制作-网络优化推广公司

元代时期,设有魏塘务,后改设魏塘镇。
明宣德五年(1430年),建嘉善县,魏塘镇为县治。
清循明制。
民国十九年(1930年),属县第一区。
民国二十二年(1933年)7月,撤区复称魏塘镇。
民国三十一年(1942年),分设为魏塘、武塘2个镇。
民国三十四年(1945年)3月,武塘镇并入魏塘镇。
1950年,设立罗星乡。
1958年10月,罗星、凤桐乡及魏塘镇合并为魏塘公社;同年11月,划归嘉兴县。
1961年4月,析魏塘公社置罗星公社。
1979年3月,罗星公社析3个大队与凤桐公社析出的7个大队组建为城西公社(1981年11月,改名善西公社)。
1983年6月,公社改乡。
1992年6月,罗星乡并入魏塘镇。
2009年7月,析魏塘镇置罗星街道。 [1]
行政区划编辑 播报
2011年末,罗星街道辖11个社区、4个行政村:玉兰、柳洲、晋阳、南门、子胥、李家、钱桥、魏南、城南、和合、城西、亭桥、马家桥、厍浜、鑫锋,共15个群众自治组织;下设463个居民小组、83个村民小组。
点击按钮预览特效。
<!doctype html><html lang="en"><head>
<meta charset="utf-8">
<title>jQuery UI 特效 - .toggleClass() 演示</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.9.1.js"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<link rel="stylesheet" href="http://jqueryui.com/resources/demos/style.css">
<style>
.toggler { width: 500px; height: 200px; position: relative; }
#button { padding: .5em 1em; text-decoration: none; }
#effect {position: relative; width: 240px; padding: 1em; letter-spacing: 0; font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; }
.newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }
</style>
<script>
$(function() {
$( "#button" ).click(function() {
$( "#effect" ).toggleClass( "newClass", 1000 );
return false;
});
});
</script></head><body>
<div class="toggler">
<div id="effect" class="newClass ui-corner-all">
Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. </div></div>
<a href="#" id="button" class="ui-state-default ui-corner-all">运行特效</a>
</body></html>