Skip to content

Commit 834d935

Browse files
committed
Demo for jQuery.event.key, updated jsPerf link for jQuery.event.fix
1 parent e498c0d commit 834d935

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ only when they are needed.
454454

455455
Since `jQuery.event.fix` usually takes up a major portion of an applications runtime, using `jQuery.event.fastfix`
456456
can significantly improve overall performance - just by including this plugin. The following chart [compares the
457-
performance](http://jsperf.com/jquery-event-fix) of the original `jQuery.event.fix` and `jQuery.event.fastfix` in major browsers:
457+
performance](http://jsperf.com/jquery-event-fix/6) of the original `jQuery.event.fix` and `jQuery.event.fastfix` in major browsers:
458458

459459
![jQuery.event.fastfix performance](images/fastfix.png)
460460

@@ -525,6 +525,10 @@ The following key names are mapped by default:
525525
* `f1-12` - function keys pressed
526526
* Symbols: `/`, `;`, `:`, `=`, `,`, `-`, `.`, `/`, `[`, `\`, `]`, `'`, `"`
527527

528+
The following example shows the keyname for `keydown`, `keyup` and `keypress` events on the input field:
529+
530+
<iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/9eE7D/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0">JSFiddle</iframe>
531+
528532
## pause
529533

530534
[jQuery.event.pause](http://donejs.com/docs.html#!jQuery.event.pause) adds a default event handler, `event.pause()` and `event.resume()` for pausing and resuming event propagation and `$.fn.triggerAsync` for triggering an event asynchronously and executing a callback when propagation is finished.
@@ -776,6 +780,10 @@ you want to build and run the above command.
776780

777781
### Change Log
778782

783+
__1.0 Beta 2__
784+
785+
- Fixed issue [#5](https://github.com/jupiterjs/jquerypp/issues/5): Security error in jQuery.animate
786+
779787
__1.0 Beta__ (June 1st 2012)
780788

781-
Released!
789+
- Released!

0 commit comments

Comments
 (0)