I have html element with some inline styles plus on custom css property. now i can access every style attribute but not my custom style property.
here is my code.
<img id="myimg" class="ImgClass" style="overfolow:hidden;position:absolute;mycustomProp:100;top:15;left:20">
here i cannot get mycustomProp.
Any help?