[links] css selector meets javascript
Some links. Many years ago I found behaviour.js and really like it, however in my project I finally decided to abandon it, the only reason is it became too slow when web page is big. It's not very efficient to use regex to get elements inside a big DOM tree...that's what behaviour.js does.
But this is a great idea, I really love it. so I decided to learn if it's possible to get this done and make it efficient enough in my spare time.
Some links:
Behaviour: http://www.bennolan.com/behaviour/
GetElementBySelector(): http://simonwillison.net/2003/Mar/25/getElementsBySelector/
Javascript event sheet: http://www.kryogenix.org/code/browser/jses/
cssQuery, similar to get elementsbyselector: http://dean.edwards.name/weblog/2005/08/cssquery2/
http://david.goodlad.ca/2005/11/10/beautiful-javascript-powered-pages
http://david.goodlad.ca/2005/12/08/standardizing-js-behaviors
--
Now prototype, jquery, dojo, mootools all support this features, here is a very nice performance compare:
http://extjs.com/playpen/slickspeed/
Related posts:
- Restful Instant Messaging Service?
- I combined all my English blog in one…
- GAE+Django dev logs
- Google Maps / Live Maps switcher bookmarklet
- My GAE toy: Site Traffic Comparer
- Display alexa traffic image elsewhere
- Get Alexa image signature.
- To "refresh" a SqlDataSource.
- asp:ControlParameter vs asp:FormParameter
- output a line in a batch *without* crlf
Search related in web: