I’m having trouble using multiple methods in JavaScript. What would be the best way to construct something like this:
task.data(id).display();
task.data(id).edit();
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.
Its possible but little tricky
Demo
For this to work in your context, you need to chain three methods