Questions tagged [tether]

Tether is a comprehensive JavaScript library for anchoring elements to other elements, as well as the browser viewport. It can be used with or without jQuery.

Tether is a comprehensive for anchoring elements to other elements, as well as the browser viewport. It can be used with or without .

It can be used to create "sticky" headers or footers to maintain an element's visibility in the viewport, or anchor an absolutely positioned element to another when a container or the page is scrolled.

A less feature-rich but more lightweight alternative is Sticky Kit.

Links:

49 questions
184
votes
23 answers

How to fix the error; 'Error: Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)'

I'm using Bootstrap V4 and the following error is logged in the console; Error: Bootstrap tooltips require Tether (http://github.hubspot.com/tether/) I have tried to remove the error by installing Tether but it hasn't worked. I have 'installed'…
Michael LB
  • 2,715
  • 4
  • 23
  • 38
10
votes
2 answers

Tooltip Tether with requireJS

latest beta version (v4) of Bootstrap uses Tether js to position elements, I am unable to let it work in my Requirejs app. in my requirejs config I have the following shim's paths: { jquery: '/path/to/jquery', tether:…
webmaster
  • 1,960
  • 24
  • 29
7
votes
1 answer

Tooltip not working despite having JQuery and Bootstrap installed

Seemingly similar questions exist here and here but the answers provided don't address my situation. I have a Node/Express/Webpack stack on my server on which I've used npm to install Bootstrap 4 alpha 6 along with tether.js, the required dependency…
TheLearner
  • 2,813
  • 5
  • 46
  • 94
7
votes
4 answers

Enable bluetooth tethering android programmatically

I am trying to make an application like "Bluetooth auto tethering" on play store. I read on the forum that Android is very security-aware and will not enable this setting without user interaction. I need some explanations about how enable bluetooth…
Bek
  • 261
  • 3
  • 11
6
votes
1 answer

How to add Tether in Aurelia-CLI to use with Bootstrap 4

I am trying to add Bootstrap 4 to Aurelia. I can only get the CSS to work but the bootstrap.js requires Tether and I can't get it included, since I keep getting this error in the console: Bootstrap tooltips require Tether I tried something along…
ghiscoding
  • 12,308
  • 6
  • 69
  • 112
6
votes
2 answers

Getting an error with context in jQuery when using ng-repeat and limit-to and a tooltip from tether.js

First off, I know that's a heck of a title. Ive recently taken over angular-tooltip and am attempting to build a custom tooltip for my main work project. In my project, I have an ng-repeat directive that simply says
Phil Barresi
  • 1,355
  • 1
  • 14
  • 30
5
votes
1 answer

Append Tether element on custom parent

Is there a way how to set custom parent element on which my target element will append with Tether? By default all tether-elements appends to body. I'm attaching my dropdown element to an input inside a modal and due to z-index issues I need this…
Greegus
  • 406
  • 1
  • 5
  • 14
5
votes
2 answers

How to use React Component with Tether.js/drop.js

I want to create and show a feedback modal next to different DOM elements depending upon the user actions on the page. I am able to position the modal but whenever I try to add info, it starts giving these errors - Invariant Violation:…
sanjeev
  • 507
  • 1
  • 6
  • 11
4
votes
0 answers

How to set USB Tethering automatically when plugged in (Android 8.1)

I'm going to create a background service (or whatever else) to enable USB tethering to share 4G internet on my pc automatically when the phone is plugged in. I have an OP5 (Android 8.1) with root. I tried Automate app, but it doesn't work (getting…
0x1337
  • 51
  • 4
4
votes
1 answer

install with Yarn bootstrap@4.0.0-alpha.6 on rails 5.1

I'm following this tutorials for install Bootstrap with Yarn this was the command for the new version of Bootstrap 4 on rails 5.1 who watch here: yarn add bootstrap@4.0.0-alpha.6 So I notice it was installed the bootstrap 4 alpha 6, JQuery3 and…
rld
  • 2,603
  • 2
  • 25
  • 39
4
votes
0 answers

Which css files to include for tether?

The tether docs say no word about how to get it running (only bower install tether which downloads it all). For JS it is clear, since there is only one relevant file in the dist folder of the repo. But which files are needed from…
nachtigall
  • 2,447
  • 2
  • 27
  • 35
4
votes
1 answer

Is there a callback or promise for Aurelia show.bind?

In my template, I have a div I want to use as a tooltip of sorts. When I have a model selected, the tooltip shows, and then I use tether to put it in the correct spot. If I set tether immediately after setting the model that makes the element show,…
Jereme
  • 1,445
  • 1
  • 16
  • 32
3
votes
2 answers

How to enable Bootstrap4 tooltips inside an Angular app

I'm trying to use Bootstrap4 tooltips in an Angular app built using the Angular CLI. The Bootstrap4 alpha documentation says that I need to run this command in order to enable tooltips: $(function () { …
user1134725
3
votes
1 answer

tether element position incorrect until viewport change

I have been playing around with awesome plugin: tether I had problems with bootstrap (v3) popovers when manually loading them, the popovers outside of the viewport would display at the bottom of the viewport in the incorrect position. So I decided…
Orbitall
  • 611
  • 11
  • 36
3
votes
1 answer

Using Tether Javascript Library causing exception

I am working on a new website and I want to include a footer at the bottom of a container div. I found a javascript library called Tether (http://github.hubspot.com/tether/) but I am having a problem with the implementation. Below is my HTML…
Boardy
  • 35,417
  • 104
  • 256
  • 447
1
2 3 4