Blog articles tagged with progressive-enhancement
Unobtrusive jCarousel page/tab external controls with jQuery
01.14.2010 10:49AM by Evan Johnson
JavaScript, Web Development
I am using the very slick and enjoyable jCarousel plugin for jQuery on a new project to display featured content on the front page. I wanted to use the external controls to allow users to easily jump between slides. However, all the examples I found required hard-coding the control links into the document HTML. This is not best practice because when JavaScript is disabled and the...