On 17-Dec-06, at 1:29 PM, Tim Johnson wrote:
> > * Bob Ippolito <[EMAIL PROTECTED]> [061217 08:21]: >> >> MochiKit is a JavaScript library. It doesn't have anything to do with >> any other language beyond inspiration for the design of the library. >> >> I think you're confused about how these things work... > > No. Just uninformed. So inform me! > (Sorry if questions are hard to understand) > Here's a question simply put. > > Can I use mochikit to aid me in developing javascript code > that is used in content generated by *any* CGI script? > > It seems to me that the answer would be "yes". You're right. MochiKit is just a JavaScript file "MochiKit.js", that you can include in any static or dynamically generated HTML page just like any other javascript file you might have. You then use it in other JavaScript that you have on your pages. It's completely unrelated to what you use for generating your pages. MochiKit has pretty good online docs, so going through these is a very good way to learn how it works. Igor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

