Skip to main content

All Questions

Tagged with
0 votes
1 answer
196 views

Changed naming convention for .data() keys

Previously for custom widgets I used code like this: var bar = $( "<div />") .appendTo( "body" ) .progressbar() .data( "progressbar" ); but with jQuery UI 1.10 this code doesn't ...
A. Wheatman's user avatar
  • 6,368