View difference between Paste ID: 6BxsrL3J and i0907eJp
SHOW: | | - or go back to the newest paste.
1
// OPCION JQUERY :
2
$('#iddelboton').on('click',function() {
3-
$.get( "documento.php", function( data ) {
3+
var variable = "<?php echo $variable; ?>";
4
$.get( "documento.php?var="+variable, function( data ) {
5
alert('get enviado');
6-
/* si queres enviar una variable 
6+
7-
$.get( "documento.php?var=asdasdas", function( data ) {
7+
 
8
9
});
10-
*/
10+
11
12
// OPCION JAVASCRIPT (VANILLA) 
13
var accion = function() {
14
//accion q se ejecuta al bla bla.. XD
15
}
16
en el boton poner onclick="accion()"