| FAQ |
| Kalender |
|
|
|
|
#1 | ||
|
|||
|
Har WN som tidsfördriv
|
HTML:
Kod:
<div style="width: 120px; height: 30px;"> <div id="selector">James Bond</div> <input type="text id="textinput" style="width: 120px; height: 30px;" style="display: none;" /> </div> Kod:
$(document).ready(function(){
$("#selector").click(function(){
$("#textinput").val() = $("#selector").html();
$("#textinput").show(); $("#selector").hide();
})
});
|
||
|
|
Svara med citat
|
| Svara |
|
|