google-code-export / jpicker

Automatically exported from code.google.com/p/jpicker
1 stars 0 forks source link

Trying to find the Target Node in the LiveUpdate callback #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, this is not really a bug but I combed the source trying to find a way to 
get the target element in the LiveUpdate callback (particularly the id). I was 
able to use $(this).attr('id') in the CommitCallback but for the life of me, I 
can't find anything equivalent in the LiveCallback.

The reason I am pursuing this is that I would like to update different target 
"live" based on the input element being used (so the example is almost what I 
need but would have the element change based on the different instance of the 
jpicker being used). Ideally, I would not search for it every time the live 
element fires but would have it stored in a global variable that can be 
accessed by LiveUpdate.

Hope this make sense.

Thanks,

Rob

Original issue reported on code.google.com by hikapal...@gmail.com on 5 Nov 2011 at 6:51