or
?( { "name": "tempLocSearch", "columns": [ "UniqueId", "Parent", "DisplayName", "Type", "X", "Y", "Rank", "Name", "Zoom"], "data": [ [ "010023831054", "17800386", "<b>Pathfinder</b> House, St Marys Street, Huntingdon, PE29 3TN", "Property", "523999", "271531", "22%", "Pathfinder House, St Marys Street, Huntingdon, PE29 3TN", "100" ] , [ "010090390725", "17800386", "Customer Service Centre, <b>Pathfinder</b> House, St Marys Street, Huntingdon, PE29 3TN", "Property", "524029", "271563", "15%", "Customer Service Centre, Pathfinder House, St Marys Street, Huntingdon, PE29 3TN", "100" ] ], "total": 0 }); <div id="tabstrip">
<ul>
<li>First Tab</li>
<li>Some Html code that may change dynamically, but without ajax call or local source binding</li>
</ul>
<div id="first-content">First Tab Content</div>
<div id="second-content">Second Tab Content</div>
</div>
Before using Kendo, i was able to access to content tab using $('#first-content')
But now, with Kendo, the id always change. So is there a suimple way to access it or must i code a
function to do that ?
Thanks
