Сообщение от рони
|
а заменить или дописать data-?
|
тогда код будет
jQuery(window).on('load', function() {
jQuery('[data-id]').each(function() {
var id = $(this).data('id');
this.id = id
});
var hash = document.location.hash;
if(hash!=''){
jQuery("a[href='"+hash+"']").click();
}
});