views:

71

answers:

0

This is my problem:

I am using jeditable's feature that when I mouseover on a text, it will be editable. But I have a problem because when I mouseover on a text and mouseover again to another text, the first text that I mouseovered on is not back to its original form, I mean it is an input field still... What I wanted is that after I mouseovered on text, when I mouseout, it will be back to its original form (which is not an input field anymore).............

How can I possibly do that???

Here are the codes:

jQuery.noConflict(); jQuery(function() { jQuery(".translationmouseover").editable("'.$urlTrans.'", { indicator: "'.$img.'", tooltip : "Move mouseover to edit...", event : "mouseover", style : "inherit" }); });';

PLEASE HELP ME..........