[ create a new paste ] login | about

Link: http://codepad.org/W0zzUwPr    [ raw code | fork ]

C, pasted on Jan 17:
1
2
3
4
5
6
7
// Initialize Featured Content slider.
		if ( body.is( '.slider' ) ) {
			$( '.featured-content' ).featuredslider( {
				selector: '.featured-content-inner > article',
				controlsContainer: '.featured-content'
			} );
		}


Create a new paste based on this one


Comments: