Wednesday, November 30, 2016
but if you want get new url by ajax:
$(document).ready(function () {
$('a').on('click', function (e) {
var $this = $(this);
$.ajax({
url: 'GetUrl',
async: false,
success: function (url) {
$this.attr("href", url);
$this.attr("target", "_blank");
},
error: function () {
e.preventDefault();
}
});
})
})
Subscribe to:
Comments (Atom)
Marques Mendes eleições 2026 corruption cases part 16 ( Ângelo Correia 1)
https://www.publico.pt/2012/12/03/jornal/angelo-correia-e-marques-mendes-surpreendidos-por-terem-sido-fundadores-25688684