Example 4

Text and appearance bindings
Note
text: age >= 18 ? 'adult' : 'young'
VS
text: age() >= 18 ? 'adult' : 'young'
is person.
is person.

    Html binding example


    CSS binding example
John's favorite color is .


    style binding example
John's favorite color is .


    Attr binding example
John's favorite site is itai.apphb.com.

    visible binding example
John's favorite site is .

    http://www.tutorialspoint.com/knockoutjs/options-binding.htm

Tutorials Library:

You have selected