[Lift] Re: using jquery 1.3.2 and 'tabs'

2009-09-15 Thread David

This worked perfectly thank you.

-Dave

On Sep 13, 2:33 pm, Indrajit Raychaudhuri  wrote:
> David,
>
> 1. Lift includes jquery-1.3.2, just do:
>
>  and your done.
>
> 2. For the other stuff:
>
> a. Put the files in src/main/resources/toserve/ui (e.g., src/main/
> resources/toserve/ui/ui.tabs.js)
>
> b. Add them to ResourceServer.allowedPaths by adding this to Boot:
>     ResourceServer.allow {
>       case "ui" :: _ => true
>     }
>
> c. Refer them as  type="text/javascript">
>
> Hope this helps.
>
> Cheers, Indrajit
>
> On Sep 13, 9:43 am, David  wrote:
>
> > I'd like to use the latest jquery, 1.3.2.  I'm new to both jquery and
> > lift but I like what I see!
> >      > script>
> >