I did not make any changes on the code. I dont receive any errors but its not working.
I must be missing something very very simple here. Any suggestion appreciated…
I did not make any changes on the code. I dont receive any errors
Share
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.
all I see in your HTML is:
you need to include jeditable javascript files too. jeditable is not included in jQuery.
download both jeditable and jquery on your local server. best not use remote resources.
[edit]
The div you want to make editable is not available yet since it’s coming from AJAX.
Add the jeditable code in
success: function(data) {