What is the way to replace frames on a website?

Peter W A Wood peterwawood at gmail.com
Sun May 27 21:46:50 EDT 2012


Alex

On 28 May 2012, at 06:26, Alex Tweedly wrote:

> Mark,
> 
> is there a better alternative that you could recommend over jQuery ?
> 
> Thanks
> -- Alex.

There are a number of alternatives which take a slightly different approach in that they add a "sort of compile step" to optimise the JavaScript rather than have you "compile it by hand". The two that I am familiar with, but am no expert on, are Closure Tools  - https://developers.google.com/closure/ and dojo - http://dojotoolkit.org/ . Both are probably targeted more at single page apps rather than adding features and frills to a multi-page site. They are both very big and, for me, have quite a steep learning curve.

Regards

Peter







More information about the use-livecode mailing list