There's a ton of problems with the demo code...someone needs to go through each sample just to test
Look at this one for example:
Can you spot the...problem? :)
Look at this one for example:
<div id="tabstrip"> <ul> <li>First Tab</li> <li>Second Tab</li> </ul> <div>First Tab Content</div> <div>Second Tab Content</div> </div>var tabStrip = $("#tabStrip").kendoTabStrip();Can you spot the...problem? :)
