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 small function (list page changing color every other row) is simple to implement

    JS small function (list page changing color every other row) is simple to implement

    Effect: Code: Copy the code. The code is as follows: <head runat="server"><title></title><script type="text/javascript">window.onload = function () {var otab
    2025-02-14
  • Implementation code for HTML highlighted keywords

    Implementation code for HTML highlighted keywords

    I thought it would be a simple operation that could be achieved with innerHTML replace, but I encountered many problems. This article records these problems and the final perfect solution, hoping to be helpful to friends who have the same experience. If y
    2025-02-14
  • Create objects and inheritance example interpretation in JavaScript

    Create objects and inheritance example interpretation in JavaScript

    Object creation: When a function object is created, the function generated by the function constructor runs like this: Copy code code as follows: this.prototype = {constructor: this}; Cons of the object
    2025-02-14
  • html5 page structure

    html5 page structure

    Semantic elements introduce HTML5 standards to add a lot of new semantic elements. If they are distinguished according to the type, there are page structures, text content, forms in the form, and so on. Here we mainly introduce new elements on the page st
    2025-02-13
  • Use JavaScript to replace the parameter values ​​in the URL for example code

    Use JavaScript to replace the parameter values ​​in the URL for example code

    Today, I encountered a need to replace certain parameters in the URL with JavaScript. I remembered that I had to find a PARSEURL function from the Internet not long ago. Parseurl (url) {va
    2025-02-13
  • Text box text automatic completion effect example sharing

    Text box text automatic completion effect example sharing

    Copy code code as follows:/*Text automatically complement zhouxiang*/(function ($) {$ .compleTion = Function (setting) {var Opts = $ .extEnd ({}, $ .comPleTion.Defa.
    2025-02-13
  • Implementation code of Html5 clipboard function

    Implementation code of Html5 clipboard function

    Recently, Vue was used to develop the embedded H5 of Line (a Japanese and Korean platform similar to China's WeChat). One of the requirements is to paste the current link, then send it to the PC and open it on the computer. After all the collection, I
    2025-02-13
  • The meaning of the 5 spaces in HTML each representation

    The meaning of the 5 spaces in HTML each representation

    HTML provides 5 types of space entities. They have different widths. They are the width of conventional spaces without interruption (), which can run in all mainstream browsers. Several other spaces (在 在) in different browsers in different browsers
    2025-02-13
  • Deeply understand dependency injection in Javascript

    Deeply understand dependency injection in Javascript

    Sooner or later you need to use the abstract results of other developers - that is, you rely on other people's code. I like to rely on free (dependency-free) modules, but that is difficult to achieve. Even those beautiful black box components you crea
    2025-02-13
  • Toggle () Hidden problem solving method

    Toggle () Hidden problem solving method

    When I recently wrote an instance, I used the Toggle function, but when the call is called, the element will be hidden. It has been used before using multiple events to switch. Bachelon is not allowed to search for the jQuery API document on the Internet.
    2025-02-13
  • Description of the method for triggering the onchange event in js

    Description of the method for triggering the onchange event in js

    The onchange event in js is an event that is triggered when the value of an input control, such as a textbox, is changed on the client side. But if you change the value of a textbox in js code instead of changing the value of a textbox through keyboard in
    2025-02-13
  • LocalStorage method implementation for setting expiration time

    LocalStorage method implementation for setting expiration time

    LocalStorage will always be stored in the browser unless it is manually cleared. However, in many cases we may need localStorage to have an expiration time. For example, if we save the user authentication token on the client, it will be valid within 1 wee
    2025-02-13
  • The fast solution of the AJAX cache problem under IE (GET method)

    The fast solution of the AJAX cache problem under IE (GET method)

    After tossing for a long time, I used the jQuery load method to request the request in the program. It was strange why the request could not be sent for the second time. Baidu had a one, who knew that Load requested it in get, so the IE browser cached it.
    2025-02-13
  • The selection of the JSP web search results to make it high to highlight it

    The selection of the JSP web search results to make it high to highlight it

    When I was doing search results, in order to make the selected line look good, I used an onclick event: The code copy is as follows: var assno=""; function check(obj,che,rwid){ if( obj.checked == TRUE) {
    2025-02-13
  • W3C web editor/browser Amaya v10.1 Pre

    W3C web editor/browser Amaya v10.1 Pre

    Amaya v10.1 Pre is the latest version of WSWYG web editing/browser produced by W3C. It supports HTML 4.01, XHTML 1.0, XHTML Basic, XHTML 1.1, HTTP 1.1, MathML 2.0 and other formats, and supports Linux, Windows, MacOS Various operating systems including X
    2025-02-13