Agregue Val en Data-ID jQuery

var a = $('#mydiv').data('myval'); //getter

$('#mydiv').data('myval',20); //setter
Hurt Hedgehog