I am getting width as 0, but getting the text value correctly. PFB the code I am using\[code\]console.log("==========text======="+this.$el.find('.fileName').text()); // return correct valueconsole.log("==========width======="+this.$el.find('.fileName').width()); //0\[/code\]Any clues?