Hello good afternoon I have the following code that loads me some records, but also what I would like to pass a variable taking advantage of the code.
<script >
var mivariable=1;
$(document).ready(function(){
$("#concepto").load('carga.php');
});
</script>