0

Is there some javascript or jQuery binding solution (similar to knockout js) that allows you to bind a property of an object (e.g. height/width/x/y, etc.)? With knockoutjs you have to create your own binding variables in the viewModel object, and then bind other things to those variables.

1 Answer 1

1

Ben Nadel has written about binding events To non-DOM objects With jQuery, although I'm pretty sure it isn't formally supported.

Sign up to request clarification or add additional context in comments.

1 Comment

So he's just essentially using a timer to check for changes to the watched 'thing', which won't really work in my case. Very good read, though, thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.