dead
Code có tác dụng hiện lên title của link hoặc ảnh nếu như link hoặc ảnh hay bất cứ gì có dùng thể title="nội dung" thì nó sẽ hiện lên.
Chèn code sau vào wap b là xong.
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<link rel="stylesheet" href="http://forlam.wap.sh/css/jquery-ui.css">
<script>
$(function() {
$( document ).tooltip();
});
</script>
<style>
label {
display: inline-block;
width: 5em;
}
</style>
Copy code