SoFunction
Updated on 2025-02-28

JavaScript gets the position in the text box (text/textarea) where the cursor is located

  • js checkbox all and put the get value in the input

    Use js to obtain the value and pass it into the input.
    2009-12-12
  • Code to read the value of CheckBox array using Javascript (compatible with IE and firefox)

    In order to support both Firefox and IE, we often use the (id) method to obtain HTML objects. However, the getElementById method can only get a single object, but there is nothing to do with the CheckBox array.
    2010-12-12
  • JavaScript operation text box readOnly

    JavaScript operation text box readOnly...
    2007-05-05
  • Verify the radio value in a form using Javascript

    Many newbies will encounter problems when using Javascript to verify whether radio boxes (radio) in form are selected, because radio and ordinary text boxes are very different when getting values.
    2009-09-09
  • css+js implements the effect code of select list horizontal arrangement

    Really good select horizontal effect code, I recommend everyone to read it. This idea is really good, thanks to the author.
    2008-06-06
  • Compatible with IE and Firefox versions of JS unselected Select all Multiple selection boxes

    Compatible with IE and Firefox versions of js reverse selection, select all, multi-check box...
    2007-10-10
  • A nice drop-down list that removes the gray inverted triangle button

    A nice drop-down list that removes the gray inverted triangle button...
    2007-06-06
  • JavaScript simple verification code (user name, password, email)

    The following code includes the basic verification code for the user name, password, and email address. Friends who need it can refer to it.
    2009-09-09
  • Two-point interactive experience improvement tips for forms

    Two-point interactive experience improvement tips for forms...
    2007-02-02
  • Method to quickly determine whether a value is in select

    A method to quickly determine whether a value is in select...
    2006-09-09