Hi, John. I use velocity with jQuery, and find they work well. I think all you
should pay attention to is esaping character '$'.
Ususally, I define a tool in tools.xml:
<data type="string" key="dollar">$</data>
<data type="string" key="D">$</data>
and use $D when I want to write jQuery codes such as: $('#QueryForm')
-bluejoe
----- Original Message -----
From: "John Eichelsdorfer" <[email protected]>
To: <[email protected]>
Sent: Thursday, July 09, 2009 2:50 AM
Subject: Using jQuery with Velocity
>
> In attempting to integrate the JQuery UI datepicker tool into our site
> http://jobbank.com/ http://jobbank.com/ , we are having an issue where the
> jQuery code is being removed due to both projects using the "$" symbol.
>
> jQuery has this link:
> http://docs.jquery.com/Using_jQuery_with_Other_Libraries
> http://docs.jquery.com/Using_jQuery_with_Other_Libraries that describes how
> to modify the use of jQuery to attempt to get things working, but do you
> have a preferred solution? Examples would be great if you have them.
>
> Thank!
>
> John
>
>
> -----
> John Eichelsdorfer
>
> http://jobbank.com/ jobbank.com
> --
> View this message in context:
> http://www.nabble.com/Using-jQuery-with-Velocity-tp24397241p24397241.html
> Sent from the Velocity - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>