If you don't want to talk about it, go directly.CodeIn the $ (document). Ready event,Automatic Identification and Application
Set a ". Focused" style in the style table for the focus effect. For example:
. Focused {border: 1px solid #669933 ;}
// Drop-down list (enhanced experience) $ (" Select "). Mouseover ( Function () {$ ( This ). ATTR (" Title ", $ ( This ). Children (" : Selected "). Text ());}); // Focus effect (enhanced experience) $ (" Input [type = text], input [type = PASSWORD], textarea, input [type = file], select "). Focus ( Function () {$ ( This ). Addclass (" Focused "). Select (); // Select all friendliness }). Blur ( Function () {$ ( This ). Removeclass (" Focused ");});// Special characters (extended functions) $ (" Input [type = text], input [type = PASSWORD] "). Blur ( Function () {$ ( This ). Val ($ ( This ). Val (). Replace (/'/g, ""). Replace (/\ n/g, "") ;}); $ (" Textarea "). Blur ( Function () {$ ( This ). Val ($ ( This ). Val (). Replace (/'/g ,""));});
Favnet.cn professional IT technology service plusii.com