[jQuery] jQuery and DWR - How to handle the callback
Hey all,
Most plugins, ie grids etc, can load themselves using a URL parameter.
How can I use DWR with these plug-ins since it hides the process of
getting the JSON for you. For instance I would like to load a grid
using the JSON returned from a call to a method via DWR. Is there a
standard way that other people have dealt with this without modifying
each plug-in?
Thanks for any help.