I like to get <ul><li>and make it a beautiful table, which I will use with CSS.
I like the transformation I need to do with jQuery
* Place|Name|Earning
* 1|Paul|200$
* 2|Joe|400$
* 3|James|100$
* 4|Carl|1000$
incl. and more ....
and make the table head with the first row <ul>and the table cell with the others ...
The page will probably be 4-5 <ul>.
To add icing to the cake, release it from the largest scientist to the smallest!
I found this question:
How to convert HTML table to list using jQuery?
it's exactly the opposite ... but maybe a good start? I don’t know, I’ll check it ... but still left the question wide open.
I found this question:
How to convert HTML table to list using jQuery?
it's exactly the opposite ... but maybe a good start? I don’t know, I’ll check it ... but still left the question wide open.
Another question related to the solution ...
If I like to "delete" and replace it with a table.
.
... , "",
$('#texte').append('<div id="where_my_table_goes"></div>');
$('#where_my_table_goes').append(table);
$('#my_oddly_formatted_list').remove();
- ?
no no no, / ti ... ...
... (tablerize), click UL ...,
:
<script type="text/javascript">
$(document).ready(function() {
$('#texte > h1').next().hide(500);
$('#texte > h1').click(function() {
$(this > ul).tablerize();
$(this).toggle(500);
});
});
</script>
, . - ... tweek !...
:
$("texte").append('<div id="where_my_table_goes"></div>');
$(
$('#my_oddly_formatted_list').remove();
:
remove the ul
append the div to (this)
put the table into that div
div?
HELP!
;
, , ,
http://www.acecrodeo.com/new/04-classement.php
, , , ...
. tablerize , ul , slidetoggle -
.. ...
, ... .
-, ... ,
... , .. ... : http://www.acecrodeo.com/new/04-classement.php
: ...
!