Tuesday, March 18, 2008

Using jQuery

I discovered "jQuery" since my last job. What is that? Maybe many people know that it is a JavaScript library and easy to implement DOM and Ajax with just a few codes, and let me never need to consider cross-browser issue...Of course, it's not prefect. But I think it is good enough to me.

As I said, I used it since my last job. Because I was writing a Gmail-like web application for my department internal use, it's used for only sending HTML messages within our own department. We needed to avoid sending Internet email so it is a replacement.

Recently, I have to use it for a dynamic content update without refreshing page. So I decided to use Ajax by using it. Also I told my colleague to try it out, he also said it is easy and like to use too.

I love to use "jQuery" because it makes me controlling DOM object conveniently, and I especially love it can access data by its Ajax function using just a single line. You guys check it out here... http://jquery.com/ I hope it is useful to you too.

No comments: