Just a couple of ideas from my head>
The main
- Provide an example of binding the click event to all paragraphs except the last (covers the selection of the main dom and event handling)
- An example of how to fade into a div from an invisible state
Additionally
- Write a selector filter to return only lowercase nodes.
t
$.expr[':'].lowercaseOnly = function(el, i, m) { ... }
I also agree with @Coronatus answer. A good jQuery developer should have a solid knowledge of js.
Ben rowe
source share