Hello all,
I have been trying to solve a problem but no solution.
here is the problem.

I created two datepickers for students to pick date of their choice.
Then base on the date chosen,select where query should be run. here is my 
solution so far.....what am i doing wrong . please help me

*<doctype html>*

<html lang="en">

<head>

  <meta charset="utf-8">

  <title>Student field back</title>

  <link rel="stylesheet" href=
"//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">

  <script src="//code.jquery.com/jquery-1.10.2.js"></script>

  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>

  <link rel="stylesheet" href="/resources/demos/style.css">

  <script>

  $(*function*() {

   

varquery=newgoogle.visualization.Query(https://docs.google.com/spreadsheets/d/1RFFkryvSxd1ogg1QE1KUs89PVWECQL_fk7FIaf2184U/gviz/tq?tqx=out:html&tq
 
&gid=2335393/dit#gid=

);
query.setQuery("SELECT+O,COUNT(G)+WHEREdate $( "#datepicker" 
).datepicker()%27+and+A+%3C%3D+date+% $( "#datepicker" 
).datepicker2()%27+GROUP+BY+O");
query.send(handleQueryResponse);

 

 

 

  });

  </script>

</head>

<body>

 

<p>Date: <input type="text" id="datepicker"></p>

 <p>Date: <input type="text" id="datepicker2"></p>

 

 

</body>

</html>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to