javascript - How to get element font-size inline style when there is more than 1 font-size css - June 15, 2012 Get link Facebook X Pinterest Email Other Apps i need font-size value of elements style, due important css can't inline one. how can inline font-size value? in advance how abaout reading manually style tag: var fontsize = $('.link-item').attr('style').match(/font-size:\s*(.*?);/)[1]; Comments
Comments
Post a Comment