Hậu Tạ Cho Ai Có Lòng Giải Giúp Em Bài Tập Về Javascript :((

phongglobal

Senior
Joined
Jul 9, 2014
Messages
557
Reactions
265
MR
0.065
Chat with me via Yahoo Messenger
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style>
.style
{
font-size:small;
font-weight: normal;
background-color:yellow;
}
</style>
<script type="text/javascript" language="javascript">
function setText() {
var span = document.getElementById('txtSpan');
span.textContent = "hoctudau.com";
}

</script>
</head>
<body onload="setText();">
<span id="txtSpan" class="style"></span>
</body>
</html>

Check xem dung yeu cau chua nhe :p
 

jack1993

Banned
Joined
Feb 18, 2014
Messages
507
Reactions
308
MR
0.000
Chat with me via Skype
bỏ javascrip đi nhảy thằng vào jquery , học jvcrip chi cho mệt đầu
 

vo-_-danh

Senior
Verified
Joined
May 31, 2011
Messages
575
Reactions
1,675
MR
0.014
Call me! Call me! Follow me on Facebook Chat with me via Skype
Mấy cái này người nào có ý muốn học thì chả cần phải đi học mày mò tí trên internet cũng làm được rồi. Còn đi học lập trình gặp vấn đề nhỏ thế này mà không chịu tự mày mò nghiên cứu thì mình khuyên bạn nên chuyển nghề khác. Ko hợp đâu :D
 
bác cứ đùa jquery là thư viện jvcript người ta đã cố công tối ưu cho mà dùng rùi còn mò thằng quái kia làm gì? biết nó tồn tại là dc

Thế thứ viện JS thì ko phải là base trên JS à. Muốn xây dc nhà tốt thì phải có mong ngon. Bản chất JQuery custom của JS, muốn tốt thì phải có cái hiểu tốt về JS mà
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<style>
.style
{
font-size:small;
font-weight: normal;
background-color:yellow;
}
</style>
<script>
$(document).ready(function(){
$("span#txtSpan").text("Hello world!");

});
</script>
</head>
<body>
<span id="txtSpan" class="style"></span>

</body>
</html>


như vầy có phải ngắn hơn của bác mấy lần ko?
 

Announcements

Today's birthdays

Forum statistics

Threads
424,008
Messages
7,138,669
Members
176,499
Latest member
vin777garden

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom