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
  • An automatic ticket machine printing implementation solution based on browser (js version)

    An automatic ticket machine printing implementation solution based on browser (js version)

    1. After the user performs a certain operation in the browser, the ticket will be automatically printed. 2. Test Method 2.1 JavaScript implementation has tried many methods, and a pop-up box will eventually appear, allowing the user to choose the printer.
    2025-07-09
  • Examples of simply implementing carousel image effects

    Examples of simply implementing carousel image effects

    1. Key points: 1. When the page is loaded, the pictures overlap and overlap [absolute positioning]; 2. The first picture is displayed, others are hidden; 3. Set the subscript and set the color of the subscript to move with the picture; 4. Move the mouse t
    2025-07-09
  • How to judge the size of two numbers using JS

    How to judge the size of two numbers using JS

    Preface: Before making a judgment, we must first know that the variable defined by var in js is a string by default. If you simply compare the string, an error will occur and you need to convert it into an int type for comparison. 【Note: 110 and 18 are 18
    2025-07-09
  • Angular.js and Bootstrap combine to implement accordion menu code

    Angular.js and Bootstrap combine to implement accordion menu code

    The title sets the combination of angularjs and bootstrap to implement the accordion menu, which is actually the style of bootstrap. In the previous article, I introduced the combination of Angular.js and Bootstrap to implement table pagination code. Then
    2025-07-09
  • How to implement floating navigation when the mouse is scrolling up with js

    How to implement floating navigation when the mouse is scrolling up with js

    Why is there such a demand? Have you found some websites abroad that when you scroll up, the navigation bar floats at the top position. If users want to see the content, they can click to reach it directly, which saves a lot of dragging time. Of course, i
    2025-07-09
  • Augularjs-Detailed explanation of starting

    Augularjs-Detailed explanation of starting

    This year's project needs, I began to think about front-end development. Since the project had already used Angularjs before, I continued to use it. Before using Angularjs, you must prepare the tools: Nodejs, npm, git, bower, fis. Here are the install
    2025-07-09
  • Bootstrap login registration page development tutorial

    Bootstrap login registration page development tutorial

    The Bootstrap login and registration function is relatively simple. You can mainly refer to the bootstrap form function (http://v3.bootcss.com/css/#forms). You can also refer to this article about the basic knowledge points of bootstrap form for learning:
    2025-07-09
  • The perfect combination of Bootstrap tab and Masonry plugin

    The perfect combination of Bootstrap tab and Masonry plugin

    Bootstrap is one of the most popular front-end frameworks. Using Bootstrap in your project, you can quickly implement responsive web pages. If you try to use Masonry and the tab component of one of the many JavaScript components provided by Bootstrap, you
    2025-07-09
  • Full parse of javascript advanced selector querySelector and querySelectorAll

    Full parse of javascript advanced selector querySelector and querySelectorAll

    The querySelector and querySelectorAll methods are defined in the W3C Selectors API specification. Their function is to conveniently locate specified elements in the document according to the CSS selector specification. Currently, they are supported by al
    2025-07-09
  • Bootstrap implements elastic search box

    Bootstrap implements elastic search box

    Bootstrap is an open source toolkit launched by Twitter for front-end development. It was developed by Twitter designer Mark Otto and Jacob Thornton and is a CSS/HTML framework. Next, through this article, I will introduce to you the Bootstrap to implemen
    2025-07-09
  • Analysis of situations using undefined variables or values ​​in javascript

    Analysis of situations using undefined variables or values ​​in javascript

    This article describes the use of undefined variables or values ​​in JavaScript. Share it for your reference. The details are as follows: Undefined values ​​cannot be used in javascript, except for the following situations: 1. In the assignment statement:
    2025-07-09
  • 22 must-learn methods for arrays in JavaScript (recommended)

    22 must-learn methods for arrays in JavaScript (recommended)

    There are 22 methods in the array before. This article divides them into 10 categories: object inheritance method, array conversion method, stack and queue method, array sorting method, array splicing method, subarray creation method, array deletion metho
    2025-07-09
  • Add options and remove options for radio boxes in form

    Add options and remove options for radio boxes in form

    Add option to the selection and place it in the last item of html code:<form><select name="location" id="location"><option value="beijing1"> beijing</option>
    2025-07-09
  • javascript time difference plug-in sharing

    javascript time difference plug-in sharing

    The JavaScript time difference plug-in is shared for your reference. The specific content is as follows:<html><head><title></title>
    2025-07-09
  • Only js codes for numbers can be entered in text boxes (including decimal points)

    Only js codes for numbers can be entered in text boxes (including decimal points)

    Only enter 0-9 and include more than one decimal points<html><head><meta http-equiv="content-Type" content="text/html;charset=gb2312"><title> js can only enter numbers and decimal points</title>
    2025-07-09