Skip to content

Commit

Permalink
can't help this, giving up
Browse files Browse the repository at this point in the history
  • Loading branch information
tzury committed Sep 16, 2008
1 parent e51f300 commit da5567a
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions README.md
Expand Up @@ -43,7 +43,29 @@ When using jQuery, if an event handler returns false, jQuery will call `stopProp
## jQuery Compatibility
Tested with *jQuery 1.2.6*

* If you happened to have a browser installed on a platform which I marked as '?', I will appreciate if you kindly run the demo and send over the results.*
##Browser/Platfrom Matrix Table.


<table>
<tr>
<td></td><td>IE 6/7/8</td><td>FF 1.5/2/3</td><td>Opera-9</td><td>Safari-3</td><td>Chrome-0.2</td>
</tr>
<tr>
<td width='70px'>Windows</td><td>+</td><td>+</td><td>+</td><td>+</td><td>+</td>
</tr>
<tr>
<td>Mac OS X</td><td>x</td><td>+</td><td>?</td><td>+</td><td>x</td>
</tr>
<tr>
<td>GNU/Linux</td><td>x</td><td>+</td><td>+</td><td>x</td><td>x</td>
</tr>
</table>

* `+` Works fine.
* `X` The browser is not available on that platform.
* `?` I don't have that browser installed on that platform.

_If you happened to have a browser installed on a platform which I marked as '?', I will appreciate if you kindly run the demo and send over the results._

## Features added in this version (0.7.x)
* Implemented as $.fn - let you use `this`.
Expand Down Expand Up @@ -84,16 +106,4 @@ Others, (IE) either let you handle built-in short-cuts, but will add their funct
*So, if you bind `Ctrl-Q` or `Alt-F4` and your Safari/Opera window is closed don't be surprised.*


###Current Version is: beta 0.7

Browser/Platfrom Matrix Table.

This is a regular paragraph.

<table>
<tr>
<td> / </td><td>IE-6+</td><td>FF-1.5+</td><td>Opera-9</td><td>Safari-3</td>
</tr>
</table>

This is another regular paragraph.
###Current Version is: beta 0.7

0 comments on commit da5567a

Please sign in to comment.