tags:

views:

42

answers:

1

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"&gt;&lt;/script&gt; 

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
Hi, it is included. Just not at the top.
zurna
true.., edited!
Sirber
I placed jeditable code where you told me to but its still not updating.
zurna
Its not working because I refresh that area every 5 seconds. Thank you so much!
zurna
glad you found it! :)
Sirber