Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am building a web app and am looking to convert the UI to use Knockout JS. I am a total noob in Knockout so please be kind!

Normally I would load an employee list (using PHP) and then if an employee is selected I would find the ID of that employee using JQuery and then make and AJAX call to my backend, fill in the result box and slide it down.

Is there a way to replicate this behavior in Knockout?

share|improve this question

migrated from webapps.stackexchange.com Jul 31 '12 at 7:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.