YNICTE/FO/Views/Home/Html.cshtml

43 lines
1.3 KiB
Plaintext

@Html.Raw(ViewBag.MenuPage.pagehtml)
@section scriptsHeader{
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
}
<script>
$('.tzmCont').hover(
function () {
$(this).addClass('on');
},
function () {
$(this).removeClass('on');
}
);
function tzmClose() {
$('.tzmPop').fadeOut();
};
$('.tzmTitle').click(function () {
tzmClose();
$(this).next().fadeIn();
});
$('.tzmpClose').click(function () {
tzmClose();
});
$('.aescTab li:first-child').addClass('current');
$('.aescCont#aesc01').fadeIn();
$('.aescTab li div').click(function () {
$('.aescCont').hide();
$('.aescTab li').removeClass('current');
$(this).parent().addClass('current');
$('#aesc' + $(this).attr('aesc')).fadeIn();
});
$(window).on("load", function () {
$("span.roughmap_lebel_text").text("한국공정경쟁연합회(중소기업중앙회 신관 5층)");
});
</script>
<script charset="UTF-8">
new daum.roughmap.Lander({
"timestamp": "1568952433408",
"key": "v4hc",
"mapWidth": "640",
"mapHeight": "360"
}).render();
</script>