mirror of
https://github.com/DataTables/DataTables.git
synced 2026-04-25 03:00:08 -04:00
Fix - examples: Same id twice on the page breaking things
This commit is contained in:
@@ -48,7 +48,7 @@ $(document).ready(function() {
|
||||
selector).</p>
|
||||
</div>
|
||||
|
||||
<table id="example" class="display" cellspacing="0" width="100%">
|
||||
<table id="" class="display" cellspacing="0" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
@@ -206,7 +206,7 @@ $(document).ready(function() {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table id="example" class="display" cellspacing="0" width="100%">
|
||||
<table id="" class="display" cellspacing="0" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
||||
Reference in New Issue
Block a user