[jQuery] Re: trouble calling a function
Excellent! that works. Thanks for the fast response. Nate
[jQuery] Re: trouble calling a function
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