Skip to content

Commit

Permalink
Added browser requirements and another to-do
Browse files Browse the repository at this point in the history
  • Loading branch information
capndesign committed Mar 3, 2010
1 parent ec69bcd commit 342e390
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ Blog Shortcuts will provide visitors of your blog the ability to navigate your s
## Requirements

* jQuery 1.32 or higher
* Safari 4.x, Firefox 3.6.x or Chrome 4.x
* A blog


## Usage

Currently, you'll need to modify the jQuery selectors to match the elements used in your HTML. For instance, when navigating between blog posts, the default selector is set to `$('.articles')`. If your posts all have the class `blog-posts`, you'll want to change the code to `$('.blog-posts')`.
Expand Down Expand Up @@ -42,4 +44,5 @@ Right now, the only place it's in use is on my blog. You can see it at [capndesi
* Set keyboard commands via variables
* Allow character labels instead of character codes
* Figure out open-source license
* Get people to help optimize the JS; it needs work
* Test in IE 7/8, then make it work there
* Get people to help optimize the JS; it could be better

0 comments on commit 342e390

Please sign in to comment.