jQuery: The Write Less, Do More JavaScript Library

Show
Ignore:
Timestamp:
03/28/08 16:02:51 (5 months ago)
Author:
paul.bakaus
Message:

- added colorpicker plugin (incomplete, missing callbacks)
- fixed base js callback issue
- fixed two-axis sliding

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/demos/ui.slider.html

    r5088 r5141  
    5151<div class="playground" style='height: 280px;'> 
    5252    <div id='example4' style="position: relative; margin: 40px; width: 20px; height: 200px; background: #eee;"> 
    53     <div style='position: absolute; z-index: 1; background: green; width: 100%; height: 12px; top: 0px;'></div> 
    54     <div style='position: absolute; z-index: 1; background: green; width: 100%; height: 12px; top: 188px;'></div>    
     53    <div class='ui-slider-handle' style='position: absolute; z-index: 1; background: green; width: 100%; height: 12px; top: 0px;'></div> 
     54    <div class='ui-slider-handle' style='position: absolute; z-index: 1; background: green; width: 100%; height: 12px; top: 188px;'></div>   
    5555    </div> 
    5656</div>