| FAQ |
| Kalender |
|
|
#2 | |||
|
||||
|
Medlem
|
Kod:
$("#namn td").click(function() {
var Name = $(this).html()
console.log(Name)
})
Kod:
<table id="namn"> <tr> <td>Namn Ett</td> </tr> <tr> <td>Namn Två</td> </tr> <tr> <td>Namn Tre</td> </tr> </table> |
|||
|
|
Svara med citat
|
| Ämnesverktyg | |
| Visningsalternativ | |
|
|