Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
Why don't you provide a fluent API for JQuery controls?
posted

Your fluent APi in html helper is very cool.

Why don't you provide the same approach in javascript side?

For example,  I'd like to use the Option API like this:

$("#comboCurrency").igCombo().option().isEnable(false);

But, I need to use Option API like this:

$("#comboCurrency").igCombo("option", "disabled", false);

 


 


Parents Reply Children
No Data