SoFunction
Updated on 2025-04-03

Drag, close, and open effect codes for DIV layer

  • JavaScript Design Pattern Publish Subscription Pattern

    This article mainly introduces the JavaScript design pattern publish subscription model. The publish subscription design pattern is basically the same as the observer design pattern, but the difference between the two design patterns is that the publish subscriber has an event processing center while the observer does not
    2022-06-06
  • Example introduction of what javascript:void(0) means

    In Javascript, void is an operator, which specifies that an expression is to be calculated but does not return the value. If you don’t know, please refer to the following article.
    2013-11-11
  • js ondocumentready onmouseover onclick onmouseout style

    Below are some predefined codes triggered by the above events.
    2010-07-07
  • Bootstrap's popover (popup box) disappears regularly after 2 seconds

    Bootstrap Popover is created using a custom Jquery plugin. It can be used to display some information about any element. This article mainly introduces the Bootstrap popover function (popup box) disappears in a timed manner after 2 seconds. For those who need it, please refer to it.
    2017-02-02
  • Detailed explanation of conversion between js timestamp and date format

    This article mainly introduces the conversion between js timestamp and date format in detail, which has certain reference value. Interested friends can refer to it.
    2017-12-12
  • Examples of multiple implementation versions of the Observer Mode of Javascript Design Pattern

    This article mainly introduces multiple implementation version examples of the Observer pattern of Javascript design pattern. This article gives 3 implementation version codes and also gives Jquery implementation version. Friends who need it can refer to it.
    2015-03-03
  • Detailed explanation of jQuery plug-in development method

    This article introduces the basic steps of jQuery extension, private domain, and definition plug-ins. Friends in need can read it
    2016-11-11
  • Comparison of the relationship between the method of obtaining width and height of native js and jquery

    This article mainly introduces the comparison of the relationship between native JS and jquery to obtain width and height. Friends who need it can refer to it
    2014-04-04
  • JavaScript plug-in development tutorial (III)

    We have learned how to develop plug-ins in jQuery before, and we are talking about some basic theoretical knowledge. Starting today, we will take a practical approach and learn to develop our own plug-in library.
    2015-01-01
  • Add or delete array elements in splice in JS

    This article mainly introduces the addition or deletion of array elements in splice in JS. The article introduces the example code in detail, which has certain reference learning value for everyone's learning or work. Friends who need it, please learn with the editor below.
    2023-12-12