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
  • JS implements unlimited loading of page data

    JS implements unlimited loading of page data

    When browsing web pages on mobile phones, a function is often used. When we browse JD or Taobao, the page slides to the bottom and we see that the data is automatically loaded into the list. I didn't know how these functions were implemented before, s
    2025-08-23
  • Basic syntax and format of HTML language (3)——Introduction to HTML tutorial

    Basic syntax and format of HTML language (3)——Introduction to HTML tutorial

    HTML files are usually<html> Start with</html> The ending, and there are two parts in the middle: the first part is<head> ...</head> The section is called the head; the second part is<body> ...</body> A section is called a body part. Below is the structur
    2025-08-23
  • Two ways to prevent pop-ups from alert

    Two ways to prevent pop-ups from alert

    The code copy is as follows:<script language=javascript> function window.alert(str){ //这里为空 } alert("fffffff"); </script>Define the overloaded alert function fu
    2025-08-23
  • JavaScript event learning summary (II) js event handler

    JavaScript event learning summary (II) js event handler

    Related reading: JavaScript event learning summary (V) Mouse events of event types in js //www.VeVB.COM/article/86259.htmJavaScript event learning summary (I) Event flow //www.VeVB.COM/article/86261.
    2025-08-23
  • js operation iframe parent-child form example

    js operation iframe parent-child form example

    Parent form gets iframe window.iframeId iframe gets parent window window.parent parent.html Copy the code code as follows:
    2025-08-23
  • PhotoSwipe asynchronous dynamic picture loading method

    PhotoSwipe asynchronous dynamic picture loading method

    When developing Soufang Home M Station, the Soufang Home Decoration rendering album display effect requires the use of PhotoSwipe plug-in to display pictures. Features: 1. The interface provided by home can only obtain one picture at a time 2. The number
    2025-08-23
  • Detailed explanation of shallow copy and deep copy of js object

    Detailed explanation of shallow copy and deep copy of js object

    This article shares the shallow copy and deep copy code of JavaScript objects for your reference. The specific content is as follows 1. The shallow copy copy means copying all the properties of the parent object to the child object. The following function
    2025-08-23
  • Simple way to implement image lazy loading and fading effect by JS

    Simple way to implement image lazy loading and fading effect by JS

    Without further ado, just look at the examples first, the first is how to write the picture mark<img data-src="/images/image.jpg"> You need to put the address of the image into the data-src attribute, and the src value is not needed, so you can directly r
    2025-08-23
  • The result of DIV in IE9 that should be centered is shown as left

    The result of DIV in IE9 that should be centered is shown as left

    In IE9, which should have been centered, the result is shown as left. In versions above IE9, you only need to set margin: 0px auto; to make DIV centered. For the following example, you can refer to the copy code below.
    2025-08-23
  • JavaScript practical navigation menu with animation effect

    JavaScript practical navigation menu with animation effect

    Although there are many plug-ins available, in order to improve together, I have made a series of examples of JavaScript practical series and shared with you. If you have any good suggestions, please be sure to point them out so that you won’t mislead you
    2025-08-23
  • HTML5 Canvas+JS controls the camera instance on the computer or mobile phone

    HTML5 Canvas+JS controls the camera instance on the computer or mobile phone

    Comment: The client APIs on mobile devices and desktop computers were not synchronized at first. Initially, there are always some features and corresponding APIs on mobile devices first, but slowly, these APIs will appear on desktop computers. One of the
    2025-08-23
  • html5 menu origami effect

    html5 menu origami effect

    Comment: This article mainly introduces the origami effect of the html5 menu, similar to the user's instructions when installing the Cheetah browser. Friends who need it can refer to the user's instructions when installing the Cheetah browser. Eff
    2025-08-23
  • Detailed explanation of stack method and queue method of JavaScript array

    Detailed explanation of stack method and queue method of JavaScript array

    Arrays and objects should be the most commonly used and most frequently used types in JavaScript. Array provides many commonly used methods: stack method, queue method, reorder method, operation method, position method, iteration method, etc. 1. Array&#39
    2025-08-23
  • How to hide div from any location on the page

    How to hide div from any location on the page

    Examples are as follows:<include file="Public:header" /><style type="text/css"> table{width:100%;margin: 0;} </style>
    2025-08-23
  • Simple implementation code for provincial and municipal linkage effects (recommended)

    Simple implementation code for provincial and municipal linkage effects (recommended)

    The second-level linkage effect of the drop-down box is often encountered in daily application scenarios, especially when there are multiple options involving regions, varieties, etc. For example: a common provincial and municipal linkage drop-down box, w
    2025-08-23