Dale Asberry
Posts: 161
Nickname: bozomind
Registered: Mar, 2004
|
|
Re: JavaScript Reference
|
Posted: Dec 16, 2005 6:23 AM
|
|
> If you want to use CSS selectors to query the DOM, you > should check Dean Edward's cssQuery() > (http://dean.edwards.name/my/cssQuery/) > > (the Behaviour examples are extremely ugly by the way, > inline javascript embedded in HTML code is frowned upon)
That's another handy reference - thanks!
The Behaviour examples are there to point out exactly what you said -- so I'm not quite sure what you're saying.
What behaviour does is to register a javascript closure that is applied during the appropriate event - not quite the same thing as the cssQuery.
|
|