|
Loading...
|
cfaussie@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
[cfaussie] Re: CF SerializeJSON => jQuery CyberAngel Tue Jul 28 02:30:12 2009
AJ, not sure about jQuery. But most frameworks of this nature have the ability
to do client side Serialise and De-Serialise of JSon.
Failing that you could go to json.org, and grab a decent package.
One question though, is the less than sign quoted? If it is quoted it should
not convert it to < and I would consider that a bug.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of AJ Mercer
Sent: Tuesday, 28 July 2009 1:21 PM
To: [EMAIL PROTECTED]
Subject: [cfaussie] Re: CF SerializeJSON => jQuery
ripped this from
http://js.fleegix.org/ref#fleegix.string.unescapeXML
function unescapeXML(s) {
return s.replace(/&/gm, '&').replace(/</gm, '<').
replace(/>/gm, '>').replace(/"/gm, '"');
};
But would still like to know if jQuery can do this.
2009/7/28 AJ Mercer <[EMAIL PROTECTED]>
I am using SerializeJSON in ColdFusion which converts < to & lt ;
is there a jQuery function that will turn it back to an angle bracket so I can
set a form field value?
--
AJ Mercer
Web Log: http://webonix.net
--
AJ Mercer
Web Log: http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---
- [cfaussie] CF SerializeJSON => jQuery AJ Mercer 2009/07/27
- [cfaussie] Re: CF SerializeJSON => jQuery AJ Mercer 2009/07/27
- [cfaussie] Re: CF SerializeJSON => jQuery CyberAngel 2009/07/28 <=
- [cfaussie] Re: CF SerializeJSON => jQuery MrBuzzy 2009/07/28