Debt Consolidation - Wordpress Theme - Free Advertising - Wordpress Themes - Debt Consolidation

PDA

View Full Version : What Script is John Chow Using for his front page?


digga121
Oct 25th 2008, 8:03 am
http://www.johnchow.com/

The Featured News Ontop...

Anyone know? It's kickass, Is it maybe moo fx? Ive used something similer with moofx, and jquery, but without the pagination below, anyone have an example that is close that can be modified to get like that?

danger9918
Oct 25th 2008, 8:06 am
Its Wordpress

MMJ
Oct 25th 2008, 8:24 am
<script type="text/javascript"><!--//--><![CDATA[//><!--
function mycarousel_initCallback(carousel) {
jQuery('#featured .list li a').bind('click', function() {
carousel.scroll(jQuery.jcarousel.intval(jQuery(this).text()));
return false;
});
};
jQuery(document).ready(function() {
jQuery("#posts").jcarousel({
wrap: "both",
auto: 5,
scroll: 1,
initCallback: mycarousel_initCallback,
buttonNextHTML: null,
buttonPrevHTML: null
});
});
//--><!]]></script>