Hi Sholby,

Try this: $("ul.deroulant a").not(".pliant").bind("click", function() {
/*etc*/ });

1. You speed up the selector slightly by having the element name before the
class name ie "ul.deroulant".
2. You don't need to use $() again when using jquery methods like .not()
etc.


Cheers,

Chris
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to