[jQuery] selecting all checkboxes formatted like an array

2008-07-14 Thread armyofda12monkeys
i have a dynamic checkbox created by drupal like so that i want to disable all the values: i was wondering is there anyway to target them without trying to guess (like i was gonna target an id of an input field before that fieldset, go up a few ancestors then goto the next fieldset, get the c

[jQuery] Tooltip

2008-05-30 Thread armyofda12monkeys
Hello all, I was looking at tooltip examples in Tooltip plugin and just saw all examples where it makes the tooltip based off the title attribute. I was wondering if there were any other solutions? i was using a prototype based solution seen here http://blog.innerewut.de/files/tooltip/demo.html,