ryanflorence / jquery-rf-slideshow

Super flexible, low-level jQuery slideshow built on the jquery.widget system
60 stars 4 forks source link

incorrect class names in documentation #6

Open lukemcd opened 12 years ago

lukemcd commented 12 years ago

The documentation for slideshownav shows the class "current-nav" as the class assigned to the current navigation item but it really is "rf-slideshownav-current-nav". I may not be understanding some of the logic where "rf-slideshownav-" is prepended to the classes, if so it might be worth noting in the docs for these classes.

ryanflorence commented 12 years ago

it's something $.widget does, I'll update the docs. Thanks!