[jQuery] Re: json syntax question (ticket vs unticked names)

2009-05-08 Thread Mihailo Vasiljevic
t; thanks > > - > manuel aldana > aldana((at))gmx.de > software-engineering blog: http://www.aldana-online.de > Option 1 should be used if you are sure that all hash keys are regular javascript identifiers. You can't write {"my key and i love it" : "my value"} with opt 1. Since mixing these two approaches is ugly I guess that opt 2 is more general approach. Best, Mihailo

[jQuery] Re: how to get jquery working inside XUL extension ?

2008-06-15 Thread Mihailo
ow, I have another article coming along the way about making it more secure, but script injection in chrome will never be 100% secure if the serving server is not in your intranet. Hope this helps. Cheers, Mihailo On Jun 14, 10:54 am, Stefan Petrea <[EMAIL PROTECTED]> wrote: > Hi, > >