Top "Bind" questions

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

When should I use std::bind?

Every time I need to use std::bind, I end up using a lambda instead. So when should I use …

c++ c++11 lambda bind standard-library
jQuery bind and unbind event with parameters

I am trying to bind an event to a textbox that contains parameters. The following keep looks as if it …

jquery bind unbind
Function.prototype.bind

I've got pretty interesting question about EcmaScript-5 Function.prototype.bind implementation. Usually when you use bind, you do it this …

javascript function bind ecmascript-5
jQuery on vs bind for invalid event type

Given the following HTML: <form> <input type="number" required> </form> The following javascript works …

jquery events bind
Blazor: How to use the onchange event in <select> when using @bind also?

I need to be able to run a function after a selection in made in a <select>. The …

select bind onchange blazor
how to prevent click queue build up, using toggle in jquery? tried using bind/unbind('click')

i want to disable the click handler when the toggle animation is showing so the animation won't build up because …

jquery toggle bind unbind
What does binding a Rails Server to 0.0.0.0 buy you?

I am using "www.xip.io" as a DNS wildcard for testing on different devices. I set my primary domain …

ruby-on-rails dns bind server
jQuery: Binding and Unbinding Live Click Events

So there are two constraints to my question: I must use an external function call in my click event, and …

jquery click bind live die
Communicate with foreground service android

First question here, but I've been around for a while. What do I have: I'm building an Android app which …

android service bind foreground aidl
iptables blocking DNS server

I'm trying to configure my server to allow incoming DNS queries. The default server, as setup by the hosting company, …

dns bind iptables centos5