I have the following JQuery code:
$(targetSelector)
.attr('data-disabled', 'yes')
.attr('title', '')
.addClass('disabled')
.prop('disabled', true);
How can I change this code so that before the title attribute is set to '' I take the current value of the title and store it in the 'data-title' attribute.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…