포럼
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
XE에서 자바스크립트문?
2011.04.08 21:17
<!--%import("js/jquery.innerfade.js")-->
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(
function(){
$('#news').innerfade({
animationtype: 'slide',
speed: 750,
timeout: 2000,
type: 'random',
containerheight: '1em'
});
$('ul#portfolio').innerfade({
speed: 1000,
timeout: 5000,
type: 'sequence',
containerheight: '220px'
});
$('.fade').innerfade({
speed: 1000,
timeout: 6000,
type: 'random_start',
containerheight: '1.5em'
});
$('.adi').innerfade({
speed: 'slow',
timeout: 5000,
type: 'random',
containerheight: '150px'
});
});
</script>
이부분이 XE에서는 먹질 안네요..
XE에서 쓰는 jQuery 버전이 달라서 최신 문법으로 수정해야 하는건가요? 에구...
이부분이 XE에서는 먹질 안네요..
XE에서 쓰는 jQuery 버전이 달라서 최신 문법으로 수정해야 하는건가요? 에구...
댓글 4
-
misol
2011.04.08 22:26
-
Treasurej
2011.04.08 22:35
오옷! 미솔님이 직접!! 감사합니다.^^
요즘 XE 짱인거 아시죠? 저도 많이많이 동참하고 싶어요^^ -
misol
2011.04.09 23:15
저도요 ㅎ -
sol
2011.04.14 06:22
jQuery(function($){
...
});
이렇게 해도 될꺼에요..
이렇게 하면 될거에요 ㅎ