It has been a long time since w Jun knew jquery. There is always no time to see it once. Recently, I took the opportunity to improve my existing CMS system, learn jquery, and try to use it to rewrite the main foreground operations of CMS.
Jquery is very small in size, but its meaning is not small. It is not easy to get familiar with the structure and apply it to the front-end XHTML of the user. I have the following experience:
- The web page should meet the XHTML standard as much as possible. The more standard the webpage structure, the faster jquery runs. Therefore, when debugging jqueryProgramPreviously, it is best to use Dreamweaver to verify the validity of the web page, otherwise it will waste a lot of debugging time
- Jquery is a very "quiet" engine, and it does not respond much even if an error occurs. Therefore, when writing jquery programs, we need to gradually advance and prepare a lot of CSS files first, and use the @ import method to gradually call
- MatureCodeTo use jquery plug-ins instead of self-developed ones. But do not trust jquery plug-ins completely. In particular, the introduction of some plug-ins may cause bugs in existing code, so we should discard them.
After trial, some of the following jquery plug-ins become locked objects. They need to be tracked for a long time and used in a large number of front-end designs.
-
Jquery alert dialogs
-
A good dialog box plug-in can generate the most common prompt dialog box
-
Jquery easy news
-
News display panel with flip Effect
-
Virtual jquery keyboard
-
The keyboard is the most suitable for Password Input and other operations.
-
S3 Slider
-
Image slides with text instructions
-
MB. Extruder
-
Multi-level Scaling menu
-
Vertical news ticker
-
News display panel similar to Marquee Effect
-
Tablesorter
-
Well-known table sorting plug-in
-
Datatables
-
Powerful table plug-in with multiple table definition Functions
-
Jtip
-
Prompt box plug-in