Top "Bind" questions

This tag means different things in different contexts: consider using less ambiguous tags instead.

Using a specific network interface for a socket in windows

Is there a reliable way in Windows, apart from changing the routing table, to force a newly created socket to …

windows networking binding sockets bind
Angular 2. @Input since it isn't a known property of

I got a parent component with following template: <ion-content> <blocks-banners-slideshow class="contentBlock" [config]="{ zone: 'mobile'}" [config_private]="{ …

angular typescript input properties bind
Bind more arguments of an already bound function in Javascript

I try to sort my thoughts about how javascript's bind() works. I see that if I do var f = function (…

javascript call bind
How to handle lack of JavaScript Object.bind() method in IE 8

I am writing a bit of JavaScript that uses the Object.bind method. funcabc = function(x, y, z){ this.myx = …

javascript internet-explorer-8 cross-browser bind backwards-compatibility
How to bind a socket to multiple interfaces

After hours of searching on the internet, I still wasn't able to find an answer for my problem. My task …

sockets interface bind
How to bind enter key to a tkinter button

I am trying to bind the Enter key with a button. In the bellow code, I am trying to get …

python button tkinter bind tkinter-entry
jQuery trigger not firing with bind() or on() for custom events

Can anyone tell me why this code would not be working? $('body').on('test', function() { alert('test'); }); $('body').trigger('test'); …

jquery triggers bind jquery-events custom-events
Bind selenium to a specific IP - Possible?

Like many, we start selenium server via the following command: java -jar selenium-server-standalone-2.21.0.jar What we found is that this …

selenium ip bind ip-address
Bind error (99): Cannot assign requested address

I am trying to get the following piece of code working but receiving the above error. I am reasonably sure …

c sockets bind errno
std::bind to std::function?

I get a compile error using this: std::vector<std::function<int(int)>> functions; std::function&…

c++ function c++11 bind std