Browse Source

made the qtip popup location dynamic

2.x-ebsco
Paul Pound 10 years ago
parent
commit
ae4b22eb84
  1. 6
      js/roblib_search.js

6
js/roblib_search.js

@ -11,8 +11,12 @@ function qtipify(divs, content, title){
}, },
style: "qtip-light", style: "qtip-light",
position: { position: {
viewport: jQuery(window),
adjust: {
method: 'flip',
},
my: 'left center', my: 'left center',
at: 'center', at: 'right center',
}, },
}); });
} }

Loading…
Cancel
Save