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 component Bootstrap implements drop-down menu effect code

    JS component Bootstrap implements drop-down menu effect code

    The Bootstrap drop-down menu chapter explains the drop-down menu, but does not involve the interaction part. This chapter will explain the interaction of the drop-down menu in detail. Using the dropdown plugin, you can add dropdown menus to any component
    2025-07-26
  • Summary of application examples of Datetimepicker and uploadify plug-in in BootStrap

    Summary of application examples of Datetimepicker and uploadify plug-in in BootStrap

    bootstrap-datetimepicker is a lightweight time selection plug-in that supports Time selection, internationalization, and is quite simple to apply. uploadify is a plug-in that supports multiple file uploads. I have recently applied these two plug-ins to ma
    2025-07-26
  • Tutorial on the installation and configuration of Grunt, the project building tool of Node.js

    Tutorial on the installation and configuration of Grunt, the project building tool of Node.js

    Grunt is based on Node.js and is developed in JS. This way, you can use Node.js to realize cross-system and cross-platform desktop operations, such as file operations, etc. In addition, Grunt and its plug-ins are all used as a package that can be managed
    2025-07-26
  • Detailed explanation of String Object in Javascript

    Detailed explanation of String Object in Javascript

    A String object is used to process text (string). 1. Create String copy code as follows: var str = "Hello World";var str1 = new String(str);var str = String("Hello World
    2025-07-26
  • Three examples of arrow prompt boxes

    Three examples of arrow prompt boxes

    You can see the box with arrows as shown in the above picture. This arrow can be realized through background pictures or css. This article introduces three prompt boxes with arrows through css. 1. Through border attribute idea: two triangles, the two tria
    2025-07-26
  • Only 9 mind maps help you learn Javascript easily. It's that simple

    Only 9 mind maps help you learn Javascript easily. It's that simple

    The path of learning is to constantly summarize and summarize. A good memory is not as good as a bad pen. So. The following will share 9 JavaScript-related mind maps (non-original). Mind map tips: Mind map, also known as mind map, is an effective graphic
    2025-07-26
  • JavaScript Compatibility Summary: Obtaining Non-Line Style Case

    JavaScript Compatibility Summary: Obtaining Non-Line Style Case

    Non-line style case #div1 { width: 200px; height: 200px; background: red;}IE gets the non-line style var oDiv = document.getElementById('div1'); oDi
    2025-07-26
  • In-depth analysis of exec and match methods in javascript

    In-depth analysis of exec and match methods in javascript

    exec is a method of regular expressions, not a method of strings, its parameters are strings, as shown below: var re=new RegExp(//d/);re.exec( "abc4def" );//or use perl style://d/.exec( "abc4def" );
    2025-07-26
  • Knockoutjs Learning Series (1) First experience of ko

    Knockoutjs Learning Series (1) First experience of ko

    Angular is good in the MVVM framework, but with such a large and comprehensive framework, it is not low to learn, and it will take at least one or two weeks to get started. knockoutjs focuses on data binding and can be put into use in just one or two days
    2025-07-26
  • Advanced usage techniques for split and join functions in JavaScript

    Advanced usage techniques for split and join functions in JavaScript

    Javascript has two quite powerful and popular functions among developers: split and join. These two functions can interchange both string and array types, that is, arrays can be serialized into strings, and vice versa. We can fully play these two function
    2025-07-26
  • In-depth parsing of immediate execution functions in JavaScript

    In-depth parsing of immediate execution functions in JavaScript

    What is it in JavaScript, each function, when called, creates a new execution context. Because variables and functions defined in functions are the only variables that are accessed internally, not externally, when calling a function, the context provided
    2025-07-25
  • A simple JavaScript Map instance (share)

    A simple JavaScript Map instance (share)

    I wrote a map in js with traversal function, please comment. //map.jsArray.prototype.remove = function(s) { for (var i = 0; i < this.length; i++) { if
    2025-07-25
  • JavaScript must know (5) the use of eval

    JavaScript must know (5) the use of eval

    eval eval(parse) parse: It contains the parameter string. We know that executing javascript will compile and execute, changing the value of the global variable: var x = ; //The defined global variable alert(x); //var g = eval("x="); //eva
    2025-07-25
  • Talk about several borrowing methods in JavaScript

    Talk about several borrowing methods in JavaScript

    Preface Through call(), apply() and bind() methods, we can easily borrow methods from other objects without inheriting it from these objects. Borrowing methods in JavaScript In JavaScript, functions or methods of other objects can sometimes be reused, not
    2025-07-25
  • 15 Best Bootstrap Online Editors

    15 Best Bootstrap Online Editors

    Here are 15 of the best Bootstrap editors or online editing tools. 1.Bootstrap Magic This is a Bootstrap theme generator that uses the latest Bootstrap 3 version and Angular JS version to provide a lively user modification
    2025-07-25