SoFunction
Updated on 2025-02-28

Dynamically add/delete file fields

  • A little experience in javascript operating select drop-down list box

    Today, the customer has put forward new requirements for the project, requiring that the product brand not only be able to choose, but also be able to enter. The entered brand name must be the form in the drop-down list box (because there are too many product brands and it is difficult to choose, so there is this requirement; here is my processing method recorded).
    2010-03-03
  • Data transfer code between Javascript forms

    Today, a friend asked me about using JAVASCRIPT to pass data between various forms on the page. I have written it before, but I have never paid attention to it. I have summarized it today, hoping to give you some help and also help me summarize the knowledge I have learned and used before.
    2008-12-12
  • JavaScript input box content format verification code

    When the mouse focus is moved to the password input box, use the js script to automatically verify whether the user name is formatted correctly or not.
    2010-02-02
  • Javascript operation select methods [add, modify, delete, select, clear, judge existence, etc.]

    Javascript operation select controls (add, modify, delete, select, clear, judge existence, etc.)
    2008-09-09
  • Control the CSS of the input but does not affect the style of CheckBox and Radio

    In some web interfaces, sometimes a global input style is written for convenience, so that all styles will change immediately. What if we can better distinguish checkbox, etc.
    2009-09-09
  • JS implements multi-level linkage drop-down menu category, which can simply realize the linkage menu of province, city and district!

    JS implements multi-level linkage drop-down menu category, which can simply realize the linkage menu of province, city and district! ...
    2007-05-05
  • Javascript implements the code of selecting all and canceling all of CheckBox

    When batch processing list data, CheckBox is often used to select all and cancel all. Although its implementation principle is very simple, it is still a bit difficult for novices.
    2010-07-07
  • Very cute input box

    Good input box effect, mainly using a background animation
    2008-08-08
  • Enter Tab in textarea

    Enter Tab in textarea...
    2006-08-08
  • js+css makes the text box automatically adapt to the height of the content

    The text box automatically adapts to the height of the content. Friends who need it can refer to it.
    2010-05-05