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...
A:
all I see in your HTML is:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
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) {
Sirber
2010-04-14 20:09:22
Hi, it is included. Just not at the top.
zurna
2010-04-14 20:10:38
true.., edited!
Sirber
2010-04-14 20:25:07
I placed jeditable code where you told me to but its still not updating.
zurna
2010-04-14 22:07:02
Its not working because I refresh that area every 5 seconds. Thank you so much!
zurna
2010-04-14 22:09:13
glad you found it! :)
Sirber
2010-04-15 00:41:14