jQuery Simulate Extended Plugin

Demo of the jQuery simulate extended plugins. http://github.com/j-ulrich/jquery-simulate-ext

by gkucmierz

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/themes/ui-lightness/jquery-ui.css">
<script src="http://j-ulrich.github.com/jquery-simulate-ext/jquery.simulate.js"></script>
<script src="http://j-ulrich.github.com/jquery-simulate-ext/jquery.simulate.ext.js"></script>
<script src="http://j-ulrich.github.com/jquery-simulate-ext/jquery.simulate.key-sequence.js"></script>
<script src="http://j-ulrich.github.com/jquery-simulate-ext/jquery.simulate.key-combo.js"></script>
<script src="http://j-ulrich.github.com/jquery-simulate-ext/jquery.simulate.drag-n-drop.js"></script>
<script src="https://cdn.rawgit.com/dwachss/bililiteRange/master/bililiteRange.js"></script>

<div id="buttonbox">
    <button id="key-sequence">Simulate key-sequence</button>
</div>

<div id="textInput" contenteditable="true">
  <p>this is first p block</p>
  <p>aaaaa</p>
</div>

CSS

#textInput {
    height: 5em;
    width: 30em;
    margin: 1em;
}

#slider {
    margin: 1em;
    width: 30em;
}

#buttonbox {
    margin: 1em;
    margin-top: 3em;
}

JavaScript

$('#slider').slider();

$('#key-sequence').click(function() {
r"});
});