jQuery can be used in conjunction with the Visualization API.  Something 
like this should work:

// assumes inputs have the class "myInput"
$(document).on('change', '#myTableDiv .myInput', function (e) {
    // do something
});


On Thursday, February 27, 2014 12:10:09 AM UTC-5, Shannon Whitty wrote:
>
> In my charts I am generating a table within which I am using the allowHtml 
> configuration to insert an input field into my table.
>
> I now want to bind a jQuery event to these input fields however. being 
> dynamically created, I can't seem to achieve it?
>
> I have tried .delegate() and .on() but I can't get it to work.
>
> Can jQuery be bound to Google Chart data?  Am I chasing my tail trying to 
> get this to work
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to