답변 4개
<script type="text/javascript">
$(document).ready(function()
{
$("#lista1").als({
visible_items: 6,
scrolling_items: 2,
orientation: "horizontal",
circular: "yes",
autoscroll: "yes",
interval: 2000,
speed: 500,
easing: "linear",
direction: "left",
start_from: 0
});
//logo hover
$("#logo_img").hover(function()
{
$(this).attr("src","images/als_logo_hover212x110.png");
},function()
{
$(this).attr("src","images/als_logo212x110.png");
});
//logo click
$("#logo_img").click(function()
{
location.href = "http://als.musings.it/index.php">http://als.musings.it/index.php";
});
$("a[href^='http://']").attr("target","_blank");
$("a[href^='http://als">http://als']").attr("target","_self");
});
</script>
저 부분 주석으로 막으세요.
어느 파일에 있는지는 파악이 불가능하네요.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인