jQuery( document ).ready( function( ){ jQuery('.botoInformacio a').click(function(){ href = jQuery(this).attr('href'); if ( href.indexOf('?') > 0 ) { var h = href.split('?',1); href = h; } jQuery(this).attr('href',href + '?your-subject=Referencia ' + jQuery('.sku').html()) window.location = jQuery(this).attr('href'); return false; }); jQuery('.botoPDF a').click(function(){ jQuery(this).attr('href','/wp-content/uploads/2017/03/' + jQuery('.sku').html() + '-ficha-tecnica.pdf'); window.open(jQuery(this).attr('href')); return false; }); jQuery('.categoriaPropia, .logoSimexImg').each( function() { jQuery(this).removeClass( 'wpb_single_image' ); }) jQuery('.mobile ul').addClass('list-inline text-center'); jQuery('.label label').append(':'); })