At the moment I am using jQuery UI's slider to allow people to select a donation amount. The problem is, the slider is to small and needs to compensate for the minimum of $1 and the maximum of $10,000. The proposed solution is to use a small increment, maybe $1 or $2, for values between $1 - $1000, and then from there, raising the increment exponentially all the way to $10,000, but I can't find a plugin capable of this.
So right now I have the increment at $1 and as you probably guessed, its nearly possible to select a specific money amount.
Any help would be great!