forum

Home / DeveloperSection / Forums / javascript function on data-bind

javascript function on data-bind

Takeshi Okada169822-Aug-2014

Is there a way i can call JavaScript function on data-bind like this:

<span id="lblSomePropVal" data-bind="text: MySomeFunction(SomeProperty())" ></span>

What i am trying to do is call MySomeFunction with the value of SomeProperty of my viewmodel. My SomeFunction will return some text based on value passed and that will be displayed in the span lblSomePropVal.

I tried it the way i have written in the example but it throws binding error.

Am i missing something here or is there any other way of doing this?

This is the error i am getting:

Microsoft JScript runtime error: Unable to parse bindings.

Message: [object Error];

Bindings value: text: MySomeFunction(SomeProperty())


Updated on 22-Aug-2014

Can you answer this question?


Answer

1 Answers

Liked By