컴퓨터/노트북/인터넷
IT 컴퓨터 기기를 좋아하는 사람들의 모임방
조회 수 64 추천 수 0 댓글 0
단축키
Prev이전 문서
Next다음 문서
단축키
Prev이전 문서
Next다음 문서
<!--jQuery 둥근 모서리 만들기 -->
<script type="text/javascript" src="./images/jquery.min.js"></script>
<script type="text/javascript" src="./images/jquery.corner.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".txc-textbox").corner();
});
</script>
<script type="text/javascript" src="./images/jquery.min.js"></script>
<script type="text/javascript" src="./images/jquery.corner.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".txc-textbox").corner();
});
</script>
----------------------------------------------------------------------------------------------------
<!-- 둥근 모서리 jQuery 만들기 -->
<script type="text/javascript" src="./images/jquery.corner.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#container").corner();
$(".tt-item-title").corner("top");
$("#copyright,.txc-textbox,.mycontent_collaspe,.mycontent_expand,.myheader_back,.commentList
<script type="text/javascript" src="./images/jquery.corner.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#container").corner();
$(".tt-item-title").corner("top");
$("#copyright,.txc-textbox,.mycontent_collaspe,.mycontent_expand,.myheader_back,.commentList
ol li ul li,.cal_day4.#gallery2").corner("6px");?
$("#mypanelcontent,#calendar").corner("bottom");
});
</script>
$("#mypanelcontent,#calendar").corner("bottom");
});
</script>