Skip to content

Instantly share code, notes, and snippets.

View cesjam7's full-sized avatar
🍊
Working from home

César Jefferson Aquino Maximiliano cesjam7

🍊
Working from home
View GitHub Profile
$(document).ready(function() {
$(".submit_btn_enviar").click(function(evt) {
evt.preventDefault();
var postid = $(this).attr('data');
var id = jQuery("#idpost-" + postid).val();
alert(id);
<?php
/*
Template Name: Plantilla trabaja con nosotros
*/
get_header();
$args_puestos_trabajo = array(
'post_type' => 'trabajo',
'order' => 'ASC',
'posts_per_page' => -1,