From: http://www.cnblogs.com/JeffreyZhao/archive/2007/11/10/add-web-live-messenger-to-your-page.html
Live Messenger dialog box
A chat dialog box is often displayed in the blog of some friends, which allows users who are browsing the site to chat.
Before writing jquery code, you must consider the code running sequence when loading data through Ajax. Recently, Ajax synchronization is used. This synchronization means that when the JS Code is loaded to the current Ajax, it will stop loading all
I recently learned jquery and found many examples of jquery Accessing. Net WebService. WebService interfaces should be generic. Why is there no Java example? This has aroused my interest.
I took a closer look at several examples and found the
Code
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
1
$ (
Function
(){
2
If
($. Browser. MSIE ){
3
$ (
Function
() {Alert (
"
This is MSIE
"
);});
4
}
5
Without a doubt, lightbox plugin is very powerful.
I used this plug-in when developing the CRM system. Here I will share my application experiences.
I. lightbox2
Official Website: http://www.lokeshdhakar.com/projects/lightbox2/
1. Import:
Method To be executed after the document is loaded (see the jquery document)
Generally, all events should be bound during document loading, but there is one exception.
For example, if the content retrieved through the Ajax method also contains
I have never been very interested in jquery, so I am stuck with my own Javascript. Today I want to try a function to write it. I found it hard to use bind to register events.
CopyCode The Code is as follows: $ ("# txtstation"). BIND
1. execution time
Window. onload can only be executed after all elements including images in the page are loaded.$ (Document). Ready () is executed after the DOM structure is drawn. You do not have to wait until the loading is complete.
2.
In most cases, writing jquery code requires us to put jquery code in
$ (Document). Ready (function (){
...... Jquery code ...........
});
The above code and
$ (). Ready (function (){...... Jquery code ...........});
$ (Function (){...... Jquery code
CSS Hack and backward compatibility Frequently Asked Questions
Once people get used to something, it is difficult to modify it. There are various reasons why new browsers are becoming increasingly popular and old browsers cannot be eliminated.
Displaying table data involves some things, such as field display hiding, data status, and paging.
Because our company's products involve a lot of table data display, and each table has a large number of fields, in the course of work (several
Let's take a look at input type = "file" in chrome, ie, and firefox.
Chrome is like a combination of buttons and labels, which is the biggest difference.
Ff and ie are the combination of text + button. In terms of appearance, firefox is more
Jquery is a library written in javascript. It provides many common methods. These methods can be compatible with multiple browsers and can achieve good animation effects, let's take a look at the study notes of those years.
1. $ symbol
1.
Jquery. md5.js plug-in needs to be introduced
It can be run directly in IIS;
Username: Ethan. zhu
Password: 123456789
Download the complete file: WebApplication1_jb51.rar
First, extract the asynchronous verification of the button-click event as a
Jquery judges IE6 code:
Copy codeCode: if ($. browser. msie & ($. browser. version = "6.0 ")&&! $. Support. style ){
// Code
}
Jquery browser Judgment Method In jquery, the navigator. userAgent. indexOf is used to determine the browser type and
The resize event occurs when the size of the window or frame is adjusted, including minimizing and maximizing the size. In IE and opera browsers, this event is triggered as long as the window border is dragged. in Mozilla browsers, the resize event
In ie6 or above, we can use$ ("# SelectID"). val ("xx"); assign a value to a select control. However, an error is reported under ie6 !! We can use the following method in I: set_select_val ($ ("# selectID"), xx); // because ie6 does not support $ ("#
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.