Hi Guys,
I have a Element like below pertaining to SAP UI5 Panel with a Panel Title as Station 70
<h5 id="ssLST70-title" class="sapUiPanelHdrItem sapUiPanelTitle sapUiTvH5" role="heading">Station 70</h5>
I want to access Station 70 value via Jquery :
alert($("#ssLST70-title").text() );
The result is UNDEFINED. How do i get value Station 70
?