Advertisement
Juc1

jquery ui tabs / tables problem

Jun 25th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.05 KB | None | 0 0
  1. <div id="jqueryui-tabs-wrapper">
  2.     <div id="tabs-x">
  3.         <div id="tab-list">
  4.             <ul>
  5.             <li><a href="#tabs-1">Greece</a></li>
  6.             <li><a href="#tabs-2">Brazil</a></li>
  7.             <li><a href="#tabs-3">Spain</a></li>            
  8.             </ul>
  9.         </div>  <!--end tab list-->
  10.  
  11.         <div id="tab-content">
  12.  
  13.             <div id="tabs-1">
  14. It’s early Saturday afternoon and Adrian Chiles, Fabio Cannavaro, Patrick Vieira and Martin O’Neill, all wearing the requisite sports commentator uniform of a buttoned-down long-sleeve shirt and smart trousers (often too tight on the English commentators, for some reason), are supposed to be researching the Argentina v Iran match for their upcoming live show.
  15.             </div><!--end tab 1-->
  16.  
  17.             <div id="tabs-2">
  18.  
  19. <div class="service-table">
  20. <div class="datagrid">
  21. <table>
  22. <thead>
  23. <tr>
  24. <th>Chile</th><th></th><th></th><th></th></tr></thead>
  25. <tbody><tr><td>Lorem ipsum dolor sit</td><td>consectetur</td></tr>
  26. <tr class="alt"><td>adipisicing elit</td><td>eiusmod</td></tr>
  27. <tr><td>tempor incididunt</td><td>ut labore</td></tr>
  28. </tbody>
  29. </table>
  30. </div><!--end datagrid-->
  31. </div><!--end service-table-->
  32.  
  33. <div class="service-table">
  34. <div class="datagrid">
  35. <table>
  36. <thead>
  37. <tr>
  38. <th>Chile</th><th></th><th></th><th></th></tr></thead>
  39. <tbody><tr><td>Lorem ipsum dolor sit</td><td>consectetur</td></tr>
  40. <tr class="alt"><td>adipisicing elit</td><td>eiusmod</td></tr>
  41. <tr><td>tempor incididunt</td><td>ut labore</td></tr>
  42. </tbody>
  43. </table>
  44. </div><!--end datagrid-->
  45. </div><!--end service-table-->
  46.  
  47.  
  48. </div>  <!--end tab 2-->
  49.  
  50. <div id="tabs-3">
  51. “I hope Iran win or draw. It would be such a great story,” says Chiles. Vieira looks at him as if he’s the biggest dork he’s ever encountered: “No! Argentina, of course!” he says with an extreme “like duh” expression on his face and hammily rolls his eyes at me.  
  52. </div> <!--end tab 3-->
  53.  
  54. </div> <!--end tab-content -->
  55.  
  56. </div> <!--end div tabs-x-->
  57.  
  58. </div> <!--end jqueryui-tabs-wrapper-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement