Skip to content

Commit

Permalink
Merge pull request jimmynotjim#6 from coburnicus/master
Browse files Browse the repository at this point in the history
added ARIA navigation support
  • Loading branch information
jimmynotjim committed Jan 15, 2013
2 parents 1634e92 + 6bad6ba commit ee23a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.scrollNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var $sectionArray = [];
var $container = this;
var $sections = $container.find(settings.sections);
var $nav = $('<nav />', {'class': 'scroll-nav'});
var $nav = $('<nav />', {'class': 'scroll-nav', 'role': 'navigation'});

// Find the article container and either grab it's id or give it one
// Initial setup of the section array
Expand Down

0 comments on commit ee23a02

Please sign in to comment.