tengo este codigo
var datos1 = $.ajax({
url:'<?=base_url()?>index.php/reportesplan/grafico1_1',
type:'post',
dataType:'json',
async:false
}).responseText;
datos1 = JSON.parse(datos1);
pero quiero pasarle un parametro o variable
cual seria la sintaxis?
GRACIAS