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
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
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 !
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
4 matches
Mail list logo