[jQuery] Re: Google Charts

2008-11-05 Thread moscorp
please comment ! On 11月5日, 午後9:52, Choan Gálvez <[EMAIL PROTECTED]> wrote: > On Nov 5, 2008, at 5:59 AM, moscorp wrote: > > > > > gchart can't recognize series data in barVert... > > > can't work in > > var valueArray = $('#mpngicnt').t

[jQuery] Re: Google Charts

2008-11-04 Thread moscorp
i'm using http://keith-wood.name/gChart.html On 11月5日, 午後12:59, moscorp <[EMAIL PROTECTED]> wrote: > gchart can't recognize series data in barVert... > > can't work in > var valueArray = $('#mpngicnt').text(); //80,30,50 > series: [ $.gchart.serie

[jQuery] Google Charts

2008-11-04 Thread moscorp
gchart can't recognize series data in barVert... can't work in var valueArray = $('#mpngicnt').text(); //80,30,50 series: [ $.gchart.series([ valueArray ], 'red')], but it works in series: [ $.gchart.series([ 80,30,50 ], 'red')], how can i solve it !

[jQuery] 2 or more ac in one page by 1 ac function

2008-10-03 Thread moscorp
hi all, is that possible to handle 2 or more ac in one page by 1 ac function ? how to complete it $("#ac_box" + x1).autocomplete("ac.php", { .. extraParams: { main: $("#x1").val(); ac.php select * from db where xxx='$_GET["main"]' and yyy=$_GET["q"] thanks