jQuery('div').data('hidden','true'); alert(jQuery('div').data('hidden'));
数据属性值已更改,返回新值为true,但DOM仍显示为false的旧值.