On Wed, Nov 25, 2009 at 11:05 PM, Harold Chan <cmkgr...@gmail.com> wrote:
> When I try to pass jQuery (the dollar sign) from background html to
> content scripts, it says that the received object is undefined. Is
> that chrome proventing me to do so?

Yes, you can only send JSON-compatible data through the message
channel, like boolean, number, string, array, and object. You can't
send references to DOM nodes or functions.

- a

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to