delegate to all TDs without all with attribute enabled="false"
hello, i'm using this code:
- $("#mydiv tr:not(#tableheader)").delegate("td:not([enabled=false])", "click", function(){
- alert($(this).html());
- })
but it doesn't seem to work. What am I doing wrong?