[jQuery] Re: SWF chart problem

2008-12-12 Thread ggerri
Hi Sumpa dont really get your coding, but maybe I got your problem right ;-) this one would work for me: http://www.w3.org/1999/xhtml";> Untitled Document $(function() { test('#abc'); }); function test(myID) { alert($(myID).text()); } bla bla bla Hope that he

[jQuery] Re: SWF chart problem

2008-12-10 Thread sumpa
please someone can help me about that ? On 10 Dez., 15:26, sumpa <[EMAIL PROTECTED]> wrote: >  function updateChart(xml,oid){ >       //var chart=document.my_chart;   is working >       var chart1=$(oid);    / is not wokring . how to get the > object properly >