<div class="col-num-two" data-bind="CurrentJob.addr">I need this text</div>
The data is AJAX’d in and I need to change the text inside. I’m just using a 1 second timeout, but how do I select that div since there is no ‘id’ ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After the timeout fires use code like this:
See the code in action at jsFiddle.