jQuery( document ).ready(function($) { $('div[class="cfvsw-swatch-inner"]').each(function(){ $(this).html("
" + $(this).parent().data('title') + "
"); }); });