JQuery Examples
Thursday, November 26th, 2009Our clients often ask us to add a few dynamic javascrtipt effects to their website in order to make it more attractive. Many of them look so intuitive and natural that people can think that they are very easy to add and there are common standard tools for that which you can include where appropriate. In fact the effects which look the same in browser can be coded very differently. Unfortunately there are no standards for such things in web development yet (like W3C standards for XTHML/CSS) and developers just use various JavaScript libraries which save much time for doing such things. From variety of such libraries we separate jQuery library as the one which we find the most easy to work with. It can also be extended by writing the plugins and people wrote quite a lot plugins for jQuery so far.
One can say: JavaScript is good enough, why … read more