/[svn]/doc/tmpl/js/jquery-ui.js
ViewVC logotype

Diff of /doc/tmpl/js/jquery-ui.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3274 by schoenebeck, Sun Apr 26 20:54:00 2015 UTC revision 3275 by schoenebeck, Mon Jun 5 15:08:11 2017 UTC
# Line 16202  var tooltip = $.widget( "ui.tooltip", { Line 16202  var tooltip = $.widget( "ui.tooltip", {
16202                  // Disabled elements have inconsistent behavior across browsers (#8661)                  // Disabled elements have inconsistent behavior across browsers (#8661)
16203                  items: "[title]:not([disabled])",                  items: "[title]:not([disabled])",
16204                  position: {                  position: {
16205                          my: "left top+15",                          my: "left-40 top+9",
16206                          at: "left bottom",                          at: "center bottom",
16207                          collision: "flipfit flip"                          collision: "flipfit flip"
16208                  },                  },
16209                  show: true,                  show: true,

Legend:
Removed from v.3274  
changed lines
  Added in v.3275

  ViewVC Help
Powered by ViewVC