Hi I'm having problems developing with Samsung Smart TV SDK, which use javascript (I'm using JQuery for most part of code). I need to get the size of a row in a div but in Samsung TV 2011 the
$('#element').css('font-size')
and
$('#element').css('line-height')
doesn't work (it's a software problem about 2011 because in 2012 and 2013 work correctly). Anyone know how to get the size of a row in Jquery or javascript without this two methods?
Thanks in advance.