diff options
Diffstat (limited to 'demos/position/default.html')
-rw-r--r-- | demos/position/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/position/default.html b/demos/position/default.html index 71fc8a0fa..284653c96 100644 --- a/demos/position/default.html +++ b/demos/position/default.html @@ -54,7 +54,7 @@ $( ".positionable" ).css( "opacity", 0.5 ); - $( "select, input" ).bind( "click keyup change", position ); + $( "select, input" ).on( "click keyup change", position ); $( "#parent" ).draggable({ drag: position |