[jQuery] jQuery and DWR - How to handle the callback

2008-11-11 Thread drooze
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

[jQuery] Copying certain elements to the clipboard

2007-06-26 Thread drooze
Is there a way to copy the current objects contained by the jquery object to the clipboard?