Home> Web design tutorial
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
Web design tutorial
  • HTML5 production table style

    HTML5 production table style

    Not much nonsense, the specific code is shown below:<!DOCTYPE html><html><head><meta charset=utf-8><title> sheet</title><style type=text/css>
    2025-03-15
  • Sample code for conflict handling of click and double-click events

    Sample code for conflict handling of click and double-click events

    First, add the code: Copy the code as follows:<head><title></title><script src="Scripts/jquery-1.4.1.js" type="text/javascript"></script>
    2025-03-15
  • Use javascript to add weather display implementation ideas and code to the page

    Use javascript to add weather display implementation ideas and code to the page

    Copy the code as follows: <%@ page language="java" pageEncoding="UTF-8"%><html><head><script> function load(cid) { var xmlhttp; if (w
    2025-03-15
  • How does JS convert the number type into a money format without 3 commas?

    How does JS convert the number type into a money format without 3 commas?

    3345687687876789123 Convert to: xxx, xxx, xxx Copy code code as follows:<script type="text/javascript"> window.onload = function(){ //整个测试由小刀提供 va
    2025-03-15
  • Example of HTML5 uses Canvas to paint a secondary tree structure diagram

    Example of HTML5 uses Canvas to paint a secondary tree structure diagram

    Last week, I needed to drag the list on the left of the page to the right area and draw the function of the relationship tree. After reading the design drawing, the first reaction is to use html/266906.html "> Canvas to draw a relationship line. A
    2025-03-15
  • HTML5 implements video barrage function

    HTML5 implements video barrage function

    1. First, show the original picture of the barrage video, the facts speak for themselves 2. Code display 1>html code display<div class=barrage><video id=myvideo autoplay loop width=100% height=300px>
    2025-03-15
  • Stop JavaScript execution method

    Stop JavaScript execution method

    JS does not have PHP EXIT, nor Java's Return. If the JS code is not a function, there is only one way when the JS execution needs to be stopped, that is: document.location.href = YOUR_URL; in addition, though ThROW can be suspended, it is still a non
    2025-03-15
  • JavaScript beginner suggestion: Do not control the browser compatibility

    JavaScript beginner suggestion: Do not control the browser compatibility

    If I can go back to the past, I will tell myself this sentence: "I ignore the compatibility of DOM and BOM when I first learn JavaScript." My first time I was in the first time I was starting to learn JavaScript. If you put a good code under Fir
    2025-03-15
  • JS implementation of updating web content without flicker

    JS implementation of updating web content without flicker

    The issue of updating the todo list webpage without flickering is quite big. The loaded html string (obtained through ajax), if you still need to run the code, then there must be a problem. I hope to use a non-displayed iframe to host this object. This fe
    2025-03-14
  • Implementation example of canvas particle animation background

    Implementation example of canvas particle animation background

    Effect:) Without connection effect: With connection effect: The tutorial is actually very simple to achieve this effect. It can be divided into several steps: To create canvas, you first need to create a canvas tag in the parent element that needs to disp
    2025-03-14
  • Simple example of js (JavaScript) implementing TAB tag switching effect

    Simple example of js (JavaScript) implementing TAB tag switching effect

    A tab tag switching code that can be used to js (JavaScript) can automatically adapt to the width, and you can add and delete tag blocks by yourself. It can be completed with fool-like operations! The code copy is as follows:
    2025-03-14
  • JS settings to get cookies

    JS settings to get cookies

    Combined with JavaScript authoritative guidelines, coupled with the information collected online during the project development, two methods for settings and obtaining cookies have been compiled. Copy code code as follows: <script>//设置cookie 方法一function s
    2025-03-14
  • A simple example of Jqgrid table changing as the window size changes

    A simple example of Jqgrid table changing as the window size changes

    Using the jquery plug-in, the main purpose is to realize that when the window changes, the jqgird table will also change the size of the html:<div id="liste"><table id="list" cellpadding='0' cellspacing='0' ></table> <d
    2025-03-14
  • The difference between form.all and without ALL in js

    The difference between form.all and without ALL in js

    Take the value in JS, you can use form.xx.Value, or form.all.xx.value, so what is the difference between them? Originally, I thought it took it for granted that the addition was all XX in Form (if there were multiple elements of multiple names), and retur
    2025-03-14
  • Try to adjust the app function in html5 page

    Try to adjust the app function in html5 page

    This function is often seen on the market. Now it should be very common, Taobao H5, Zhihu H5 and so on. Essence Essence After clicking, you will adjust the app or open the download page or download it directly. But I found that this function here is a bit
    2025-03-14