Skip to content

Commit

Permalink
more details in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Ginader committed Dec 11, 2010
1 parent ac03b64 commit dd2b0a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.markdown
Expand Up @@ -4,3 +4,15 @@ jQuery Accessible Longdesc Plugin
making the Longdesc content available to users without assistive technologies

[demo](http://blog.ginader.de/dev/jquery/longdesc/examples/webaim/index.php)

The 3 images on the demo page each have a different longdesc attribute:

1. longdesc pointing to a page fragment: description.php#the-description (only that fragment will be loaded)
2. longdesc pointing to a page: description.php (the whole page will be loaded)
3. no longdesc attribute

known limitations:

1. breaks ie6 at the moment
2. the info icon we're using is not being displayed in any internet explorers (me might need to use an image after all)
3. only descriptions on the same server can be loaded due to the ajax same origin policy

0 comments on commit dd2b0a8

Please sign in to comment.