Home  >  Article  >  Web Front-end  >  The powerful jquery plug-in jqeuryUI creates web dialog effects! simple_jquery

The powerful jquery plug-in jqeuryUI creates web dialog effects! simple_jquery

WBOY
WBOYOriginal
2016-05-16 18:07:521358browse

Let’s start with the simplest one, the login window of the web page;

But before we start, everyone first downloads the jquery plug-in
I am used to using vs2008 to make web pages, so I will add a blank page first

The powerful jquery plug-in jqeuryUI creates web dialog effects! simple_jquery

This is the simplest way. . . First insert

in the body






username< ;input type="text" style="width:100px" />
Password< input type="text" style="width:100px" />


At this time we need to unzip the downloaded things and put the jquery-1.4.2.js in the jquery1.4.2 folder and the js folder in the jquery-ui-1.8.11.custom folder jquery-ui-1.8.11.custom.min.js, copy these two to the directory

The powerful jquery plug-in jqeuryUI creates web dialog effects! simple_jquery

Now we are going to add references. At this time, if you have installed SP1 of 2008, you can directly drag the two js files into the code head tag. Of course, you can also add them manually. See the picture:


The powerful jquery plug-in jqeuryUI creates web dialog effects! simple_jquery

We will use it next,









< ;td>
Username
Password






Everyone learn. . . Let me know if you have any good ones...

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Javascript implements the effect of uploading pictures and previewing code_javascript skillsNext article:Javascript implements the effect of uploading pictures and previewing code_javascript skills

Related articles

See more