Hello, Could anyone please let me know how to change the folder icon of a jquery tree view on selecting the node item ?
A:
var acceptRate = parseInt($('.accept-rate').text());
if (acceptRate > 90 ) {
// I would do my best to help
} else if (acceptRate > 70 ) {
// of course I will still help
} else if (acceptRate > 50 ) {
// yeah, I can help...
} else if (acceptRate > 40 ) {
// hmmmm....
} else if (acceptRate > 30 ) {
// 50-50
} else if (acceptRate > 20 ) {
// I would care reading the problem... ONLY read..
} else {
// press browser back button
}
Reigel
2010-06-10 02:39:53