I have a div that has a border of 10px. What I want to do is change the size of the border by moving the jQuery UI slider widget.
HTML
<h1>Choose Your Size!</h1>
<div id="map">
<div id="detail">
<div id="slider"></div>
<div class="dataPt"></div>
</div>
</div>
jsfiddle