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
  • JavaScript implements the principle of dynamic loading of waterfall flow images

    JavaScript implements the principle of dynamic loading of waterfall flow images

    The examples in this article share the js waterfall flow loading effect, dynamically loading pictures for your reference. The specific content is as follows: the mouse scrolling event. When the mouse scrolls to the bottom, dynamically loading pictures. 1.
    2025-08-16
  • Bootstrap layout component tutorial: Bootstrap drop-down menu

    Bootstrap layout component tutorial: Bootstrap drop-down menu

    This chapter will focus on the Bootstrap drop-down menu. The drop-down menu is switchable and is a context menu that displays the link in a list format. This can be achieved through interaction with the dropdown menu (Dropdown) JavaScript plugin. To use t
    2025-08-16
  • AngularJS basic ng-mouseenter directive sample code

    AngularJS basic ng-mouseenter directive sample code

    AngularJS ng-mouseenter directive AngularJS instance executes an expression when the mouse pointer passes through an element:<!DOCTYPE html><html><head><meta charset="utf-8">
    2025-08-16
  • JS method to obtain an unknown DIV height

    JS method to obtain an unknown DIV height

    This article describes how JS obtains an unknown DIV height. Share it for your reference. The details are as follows: The height of the element can be obtained through the clientHeight attribute of the element, such as: var height = element.clientHeight;
    2025-08-16
  • Wap browsing automatically jumps to wap page js code

    Wap browsing automatically jumps to wap page js code

    How to automatically jump to the wap website when the user enters the URL of the wap mobile website? How to automatically jump to the wap page? How to determine whether the visitor is accessed by a mobile device and automatically jump to the wap page? The
    2025-08-16
  • Bootstrap Validator Form Verification

    Bootstrap Validator Form Verification

    Online demonstration address: http://www.shouce.ren/study/api/s/jq--BootstrapValidator--index.html usage method, the code is as follows: 1.
    2025-08-16
  • Bootstrap layout components (full)

    Bootstrap layout components (full)

    Bootstrap layout component 1, Bootstrap font icon (1), Font icon list link http://www.runoob.com/bootstrap/bootstrap-glyphicons.html (2), Usage If you need to use icons, you only need to simply use the following
    2025-08-16
  • Three ways to implement JavaScript interface (recommended)

    Three ways to implement JavaScript interface (recommended)

    There are three ways to imitate the interface of Javascript: 1. Comment method 2. Check attribute method 3. Duck-style shape identification method 1. Comment method: This method belongs to the category of program documents, and the inheritance and impleme
    2025-08-16
  • A brief discussion on the global variables and local variables of JavaScript

    A brief discussion on the global variables and local variables of JavaScript

    1. The division standard of JavaScript scope is function function blocks, not divided by if, while, or for <script>function f1(){ alert("before for scope:"+i); //i未
    2025-08-16
  • A brief analysis of browser compatibility issues in JavaScript

    A brief analysis of browser compatibility issues in JavaScript

    Browser compatibility issues are an easy to ignore but most important part in actual development. Before we talk about the compatibility issues of old versions of browsers, we must first understand what capability detection is. It is to detect whether the
    2025-08-16
  • Detailed explanation of AngularJS basic ng-csp directive

    Detailed explanation of AngularJS basic ng-csp directive

    AngularJS ng-csp directive AngularJS instance to modify the behavior and inline style of "eval" in AngularJS:<!DOCTYPE html><html><head><meta charset="utf-8">
    2025-08-16
  • Understanding of literal Objects of Javascript

    Understanding of literal Objects of Javascript

    The output method and definition benefits of object literals 1. There are two ways to output object literals: traditional. ', and array method, but when outputting in array method, square brackets should be enclosed in quotes, such as var box = { name
    2025-08-16
  • base target="" controls the target of the link to open the frame

    base target="" controls the target of the link to open the frame

    It is to change the target framework of the basic link to a new page to open. Change _blank to change the open target framework. The following is a summary through the example.<base target=_blank> It is to change the target framework of the basic link to
    2025-08-16
  • Vue.js must learn every day Class and style binding

    Vue.js must learn every day Class and style binding

    A common requirement for data binding is the class list of the operation elements and its inline style. Because they are all attributes, we can handle them with v-bind: just calculate the final string of the expression. However, string splicing is trouble
    2025-08-16
  • AngularJS easily implements the function of double-click sorting

    AngularJS easily implements the function of double-click sorting

    Without further ado, just look at the sample code HTML code<th> <a href="" ng-click="desc('2',la=!la)">unit price</a></th><th> <a href="" ng-click="desc('3',la=!la)">Sales amount</a>
    2025-08-16