 |
|
ใช้ nivo slide แล้ว cup usage เปอร์เซ็นต์ สูงมาก แก้ตรงไหนให้เครื่องทำงานน้อยลงค่ะ
โหลดมาจากตรงนี้คะ
nivo.dev7studios.com/
จะแก้โค๊ด jquery อย่างไรให้เครื่องทำงานไม่หนักคะ
ไม่ทราบว่าจะเกี่ยวกับฟังก์ชัน $(window).load ตามโค๊ดข้างล่างนี้มั้ยคะ ถ้าเกี่ยวจะมีวิธีแก้ไขอย่างไรดีคะ
Code (PHP)
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider({
effect: 'fade', // Specify sets like: 'fold,fade,sliceDown'
slices: 15, // For slice animations
boxCols: 8, // For box animations
boxRows: 4, // For box animations
animSpeed: 700, // Slide transition speed
pauseTime: 5000, // How long each slide will show
startSlide: 0, // Set starting Slide (0 index)
directionNav: true, // Next & Prev navigation
directionNavHide: true, // Only show on hover
controlNav: true, // 1,2,3... navigation
controlNavThumbs: false, // Use thumbnails for Control Nav
pauseOnHover: true, // Stop animation while hovering
manualAdvance: false, // Force manual transitions
prevText: 'Prev', // Prev directionNav text
nextText: 'Next', // Next directionNav text
randomStart: false, // Start on a random slide
beforeChange: function(){}, // Triggers before a slide transition
afterChange: function(){}, // Triggers after a slide transition
slideshowEnd: function(){}, // Triggers after all slides have been shown
lastSlide: function(){}, // Triggers when last slide is shown
afterLoad: function(){} // Triggers when slider has loaded
});
});
</script>
Tag : PHP, HTML/CSS, JavaScript, jQuery
|
ประวัติการแก้ไข 2012-07-31 20:51:26
|
 |
 |
 |
 |
Date :
2012-07-31 20:49:35 |
By :
dferru |
View :
1332 |
Reply :
1 |
|
 |
 |
 |
 |
|
|
|
 |