Ahh...you don't have jQuery on your server. Change this line: <script type="text/javascript" src="jquery-1.6.2.min.js"></script>
to this: <script type="text/javascript" src= "http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> which is the link to Google's hosted version of jQuery. On Sunday, September 2, 2012 10:17:47 PM UTC-4, Diana Flores wrote: > > got it!!!!!!!!!...............it show 1 warning and one error > > Fecha y hora: 02/09/2012 06:02:16 p.m. > Error: ReferenceError: $ is not defined > Archivo de origen: file:///C:/wamp/www/MyProject/goochart21.html > Línea: 19 > > it in this part: > ...... > > 18 function drawChart() { 19 *var jsonData = $.ajax*({ 20 > url: "http://localhost/MyProject/getdata.php", 21 dataType:"json", > > ....... > > still a change it to ....=ajax({... but it generates another error: > > Fecha y hora: 02/09/2012 06:11:23 p.m. > Error: ReferenceError: ajax is not defined > Archivo de origen: file:///C:/wamp/www/MyProject/goochart21.html > Línea: 19 > > do you have any idea? > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/1E6e6bR7DNgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
