JS realizes the special effect of fancy rotation and slowly opening the window after rotation
The fancy and rotating window is mainly implemented using JavaScript code. After running this effect, the window continues to rotate and then slowly opens. It is a very dazzling effect. After seeing it, I was stunned. It is really dazzling. I look forward to my friends who like it to refer to it.
2012-12-12
Js detection determines whether the URL URL is entered correctly
JavaScript detection determines whether the URL entered by the user is correct. Simple regular rules and very accurately judge the legitimacy of the URL, which is worth learning from.
2010-10-10
JavaScript implements the dragging and resizing of div similar to the personalized editing module of QQ space
The personalized editing module of qq space can randomly drag elements on the page and mobilize the size to achieve dynamic layout; this effect is indeed cool, so let's implement one too.
2012-12-12
Randomly display personal signature js code (compatible with ie, firefox)
The js code that randomly displays personal signatures mainly uses random numbers. Friends who need it can refer to it.
2011-04-04
I wrote compatible online text editors like ewebeditor
I recently wrote an online editor, similar to ewebeditor. Of course, it is not as powerful as others, but it has basic functions and is compatible with IE and ff. Friends who need it can refer to it.
2012-12-12
A two-way seamless + button positioning focus diagram implementation code
I made this focus picture for a long time and felt dizzy. I sent it to everyone.
The principle of two-way seamless is simple and not difficult to implement. The main headache is the coordination between front and back seamless and button positioning, but fortunately it is finally OK now.
2010-11-11
Js obtains the color and color quality of the computer screen (16-bit or 32-bit)
Js obtains the color and color quality of the screen, 16-bit or 32-bit. Just run this code to get the color quality of your current screen, which is usually 32-bit now.
2010-09-09
Web page dialog box can be dragged and closed (automatic) text loop changes
The web page WEB dialog box implemented by Js, the mouse can be dragged and changed the position at will, similar to the daily prompt popped up when some software is running for the first time. There are texts that are changing in loops, and the time is automatically closed. What a powerful web dialog box. Interested friends can refer to it.
2012-12-12
Iphone desktop sliding effect is implemented using css3
The desktop effect of iPhone mobile phones is because it uses the css3 style and only tests Google Chrome. This effect is quite good. Interested friends can test several more browsers.
2012-12-12
js simulated bubble screen saver effect code
The simulated bubble screen saver effect code implemented in JavaScript, including the collision effect of bubbles. Friends who like it can refer to it.
2010-07-07