Hi guys,

I'm not really sure if this is the problem of prototype. I'm using
Ajax.Updater to update my table. But It was wired that when my table
is updated, instead of my table would be

<code>
<table id="tableID">
</code>

it went to

<code>
<table id="\"tableID\"">
</code>

I really don't need to escape "", because after updating my table I
use javascript to manipulate the table again, and
document.getElementById wouldn't work for \"tableID\"

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to