Sure. If you use the DWR utils.js you will have a collision over the use of the $ variable. But jQuery's noConflict option can get you past this. Additionally, I find that jQuery basically replaces the DWR utils for DOM work.
On May 13, 9:01 am, jmDesktop <[EMAIL PROTECTED]> wrote: > Kind of new to both, but I am using WebSphere and Java technologies. > I have used jQuery for various effects in the past and am familiar > with it. DWR, new to me. Can I use both libraries in my web pages? > DWR for remoting and jQuery for visual and other effects? > > Thanks.