[jQuery] Re: trouble calling a function

2009-10-01 Thread nate
Excellent! that works. Thanks for the fast response. Nate

[jQuery] Re: trouble calling a function

2009-10-01 Thread James
Try changing: $('.numeric', this).each(function() { to: $('.numeric').each(function() { On Oct 1, 11:06 am, nate wrote: > Hello > > I am trying to set up a toggle to allow users to show more precision > when a user clicks a button.  I have a function high() that doesn't do > anything when it is