Richard Wong
2 April, 2009

Using Google Trend for website, I added 5 popular javascript framework website and the above chart is the result.
Is jquery.com just that much more appealing than the other framework sites or the actual framework is just that much more popular?
Richard Wong
1 April, 2009

One of the most used and helpful feature of any Javascript framework is probably their selector function. It allows us to search and filter elements using CSS like selector syntax. This means it takes out the tedious part in DOM scripting and enables developers to write less and more reliable code. As a result, we all expect to see some sort of selector engine in all javascript framework.
However, there are still rooms for improvement and reasons to have standalone selector engines that are not part of any framework. Since selecting elements are the most common operational you would do, any improvement would increase the overall performance of your script.
Looking at recent development, there are definitely people believing the need for standalone selector. Here are 4 robust and small standalone Selector engines you can check out.
Continue reading »