SoFunction
Updated on 2025-02-28

Use JavaScript to transform the cursors linked off the site

  • JavaScript functions, creation objects, encapsulation, properties and methods, inheritance

    From the beginning, I felt so flexible when I came into contact with js. Everyone has different writing methods. For example, there are N ways to write a function.
    2011-03-03
  • Detailed explanation of the use of postcss-pxtorem in Vue

    In the field of web development, responsive design has become an indispensable trend. The emergence of PostCSS plug-in - postcss-pxtorem provides us with a more intelligent and efficient solution. This article will explore the use of postcss-pxtorem in depth, including the principles behind it, configuration options, and precautions in actual applications. Friends who need it can refer to it.
    2023-12-12
  • JavaScript page implementation code integrated with multiple search engines

    This page is to facilitate yourself to use multiple search engines at the same time (hehe I use it as the default homepage). It runs normally under IE5/IE6/FireFox. The effect is as shown in the figure below.
    2010-01-01
  • Sample code for implementing truncated waterfall flow components in WeChat applet

    This article mainly introduces the waterfall flow components that can be cut off by WeChat applets.
    2022-01-01
  • JScript5.5 implementation compatible with lower version IE

    JScript5.5 implementation compatible with lower version IE...
    2006-09-09
  • js getBoundingClientRect() to get the location of the page element

    This method is no longer IE Only. FF3.0+ and Opera9.5+ have supported this method. It can be said that the efficiency can be greatly improved in obtaining page element positions. In previous versions of Opera and Firefox, the absolute position of elements in the page must be obtained by looping.
    2010-11-11
  • Implementing mixed sorting method of numbers + letters + Chinese based on JS

    This article mainly introduces the relevant information on implementing mixed sorting methods of numbers + letters + Chinese based on JS. It is very good and has reference value. Friends who need it can refer to it.
    2016-06-06
  • How to implement swiper dynamically changes sliding content

    Suppose that the current display is 1, slide left to decrease by 1, and slide right to increment by 1. The following is a sample code to explain the implementation method of swiper dynamically changing the sliding content. Interested friends can take a look.
    2018-01-01
  • JavaScript encapsulates DOM event handler as low-level error problem

    This article mainly introduces JavaScript to encapsulate the DOM event handler into a low-level error problem that occurs, in case of similar errors, friends who need it can refer to it
    2016-08-08
  • How to implement local page jump and result return of ajax

    AJAX, namely "Asynchronous Javascript And XML" (asynchronous JavaScript and XML), refers to a web development technology that creates interactive web applications. By exchanging a small amount of data with the server in the background, AJAX can enable asynchronous updates of web pages. This article introduces how ajax can implement local page jumps and result return. Interested friends will learn together.
    2015-08-08