1 2 3 4 5 6 7 8 9 10 11 | < html > < head > < script type = "text/javascript" src = "path/to/jquery.js" ></ script > < script type = "text/javascript" > // ใส่โค้ดของคุณที่นี่ </ script > </ head > < body > </ body > </ html > |
1 | < script type = "text/javascript" src = "js/jquery-1.2.6.min.js" ></ script > |
1 2 3 4 5 6 7 8 9 10 11 | < html > < head > < script type = "text/javascript" src = "js/jquery-1.2.6.min.js" ></ script > < script type = "text/javascript" > // ใส่โค้ดของคุณที่นี่ </ script > </ head > < body > </ body > </ html > |