40 CSS/JS style and functional technical processing

40 CSS/JS style and functional technical processing

1- Styling dropdown select boxes - Modify the drop-down list.

form field


2- <select> Something New, Part 1 - Using a little DOM scripting and some creative CSS, you can make your dropdown look a lot better.

form field


3- Styling even more form controls - This is the control of HTML form elements . Through CSS, different display effects of checkbox selections can be controlled.

form field


4- Check it, don't select it - When there are too many selection elements in the multi-select box, the selection items can be scrolled. The demo code is here: here .

form field


5- DropDown - xHTML/CSS/Javascript replacement of classic selectbox - This is a demo that replaces the traditional drop-down list .

form field


6- Masked Input Plugin - This is a modification of the jQuery library to provide users with easier input and validation. The code has been tested on Internet Explorer 6/7, Firefox 1.5/2, Safari, and Opera.

form field


7- Custom Checkbox with jQuery – Provides customized checkbox effect. There are two skins to choose from: Safari skin and default skin.

form field


8- LiveValidation - LiveValidation is a small open source javascript library that provides client-side input validation.

form field


9- FancyForm - FancyForm is a powerful checkbox replacement script that provides maximum flexibility in appearance and functionality.

form field


10- Styling disabled text inputs – A text input box that cannot be typed in . See demo code: Styling disabled form controls with CSS

form field


11- PrettyCheckboxes – A simple jQuery plugin to customize the appearance of checkboxes and radio buttons.

form field


12- Building a better web forms: Context highlighting using jQuery - When the user input focus changes, the input box effect changes. The demo code is here: here

form field


13- Control.SelectMultiple This is an example of using a drop-down list and a checkbox at the same time, very cool.

form field


14- Justify elements using jQuery and CSS – Create a form where the elements inside need to be precisely positioned and aligned . You can use jQuery to do this easily.

form field


15- jQuery Form Input Example Plugin - A jQuery plugin that makes the prompt text disappear after the user inputs the focus. Many websites use this trick. The demo code is here: here .

form field


16- Jquery-Autotab – Automatic tab jump, also a jQuery plug-in.

form field


17- jquery-asmselect – An enhanced version of the drop-down list. Demo code is available here and here .

form field


18- jQuery.AddToList - A very customizable jQuery plugin that pulls down to display more content. Add content via AJAX. If the content is added successfully, it becomes one of the options in the drop-down menu. Very useful technique, Demo code is here: here .

form field


19- Easy Multi Select Transfer with jQuery – A perfect jQuery menu selection example.

form field


20- fValidator - fValidator is an open source free javascript tool that provides simple form validation. Examples are here: examples .

form field


21- Grow a textarea – Provides the ability to redefine the size of the textarea box.

form field


22- jQuery selectbox replacement – ​​A jQuery plugin that provides a better interface to replace HTML drop-down lists. The demo code is here: here .

form field


23- Unobtrusive Slider Control V2 - Slider position by inputting value , changing color etc. A demo example is here: here .

form field


24- jQuery Field Plug-in - jQuery plug-in that provides powerful form control functions, such as file upload type, etc.

form field


25- jquery.combobox – jquery.combobox is a useful tool for creating HTML style combobox. The demo code is here: here .

form field


26- Checkboxes, Radio Buttons, Select Lists, Custom HTML Form Elements - This JavaScript and CSS provides customizable images as backgrounds for checkboxes, radio buttons and select lists.

form field


27- ToggleFormText plug-in example - ToggleFormText is a jQuery plug-in that provides help text display for input boxes.

form field


28- Password field with strength meter - extjs library that displays password strength .

form field


29- STYLING FILE INPUTS WITH CSS AND THE DOM – Beautiful file input box design.

form field


30- Pin plugin for Prototype, Remember Field's Values ​​- The Pin plugin for prototype provides the function of recording the value of an input box . Demo code: here .

form field


31- accessible, javascript-enhanced, css-able form elements for mootools - A mootools javascript-class custom element that allows you to customize your checkboxes and radiobuttons via CSS.

form field


32- Resizeable Textboxes – Redefine the size of the text input box.

form field


33- Resizeable Textboxes - Replace buttons with images, written in JavaScript and jQuery. Demo here .

form field


34- jQuery AlphaNumeric - jQuery AlphaNumeric is a javascript control plugin that limits the length of characters entered into textboxes or textareas.

form field


35- Mootools Form Hints - Mootools/Javascript Form provides online help for input boxes.

form field


36- MultiSelect – Drop-down selection box + checkbox effect. An example is here .

form field


37- Watermark Input Plugin – This is a jQuery plugin that displays additional information in an input box.

form field


38- Select box manipulation

form field


39- Spinner Control

form field


40- Autohelp

form field

<<:  Detailed explanation of Vue router routing

>>:  The latest virtual machine VMware 14 installation tutorial

Recommend

Optimizing query speed of MySQL with tens of millions of data using indexes

1. The role of index Generally speaking, an index...

mysql 8.0.19 win10 quick installation tutorial

This tutorial shares the installation tutorial of...

How to place large images in a small space on a web page

Original source: www.bamagazine.com There are nar...

Summary of several common ways to abbreviate javascript code

Table of contents Preface Arrow Functions Master ...

How to apply TypeScript classes in Vue projects

Table of contents 1. Introduction 2. Use 1. @Comp...

Summary of common optimization operations of MySQL database (experience sharing)

Preface For a data-centric application, the quali...

Detailed explanation of MySQL date addition and subtraction functions

1. addtime() Add the specified number of seconds ...

Nginx cache configuration example

When developing and debugging a web application, ...

border-radius method to add rounded borders to elements

border-radius:10px; /* All corners are rounded wi...

How to install Tomcat-8.5.39 on centos7.6

Here is how to install Tomcat-8.5.39 on centos7.6...

Webpack builds scaffolding to package TypeScript code

Create a folder Directory structure: dabaots Init...

JavaScript Basics Series: Functions and Methods

Table of contents 1. The difference between funct...

Problems with creating placeholders for HTML selection boxes

I'm using a placeholder in a text input and i...

Solutions to MySql crash and service failure to start

I have been in contact with PHP for so long, but ...

Vue realizes web online chat function

This article example shares the specific code of ...