I have used the 'mochikit sortable' table to sort data (loading a json
file through ajax). In that table one of columns has linked data which
htlml entity decoded by mochikit, so it show raw html instead link.
For example, I supplied the data like

<a href="drink-details.php?drink_id=153">Red Wine Glass: Use for red
or white wine (if you don't have a white wine glass), or water.</a>

But mochikit show it like,

&lt;a href="drink-details.php?drink_id=153"&gt;Red Wine Glass: Use for
red or white wine (if you don't have a white wine glass), or
water.&lt;/a&gt;

That is it decode the '<' and '>' to '&lt' and '&gt'.

Anybody help me how to prevent this type decoding?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to