Hi,
I'm using jquery (Build: Fri May 12 13:01:23 2006) and prototype
(1.5.0_rc0) and extended the jquery part by the $.fn.editable function
(http://www.dyve.net/jquery/?editable). There seems to be some collision
between the two scripts, because I get this error when just loading the
site:

$("td #td_1_name") has no properties

I create a table and wnat some of the td elements to be editable. This
is the code:

--
$('td #td_1_name').editable('ajax/save.php', {
"url": 'ajax/save.php',
"callback": cbSave,
"saving": "saving ...",
"type": "text",
"submitButton": 0,
"delayOnBlur": 0,
"extraParams": { f : "name",
id : "td_1_name",
t : "customer",
elm : "td #td_1_name",
db_id : "1"
},
"editClass": "edit"});
--

Everything works fine when I exclude the prototype.js...

Does anyone know some more? :)

Thx!

Oliver

-- 
_______________________________

           DEESITE
_______________________________

Dipl.-Inform. Oliver Specht
Softwareentwicklung
Harscampstraße 3
D-52062 Aachen

Tel.:   +49 - (0)241 - 9966352
Fax:    +49 - (0)241 - 4009216
Mobil:  +49 - (0)179 - 9072517

[EMAIL PROTECTED]
http://www.deesite.de

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to