[jQuery] Re: Passing parameters to a function with a click event

2009-12-15 Thread kenyabob
Thanks so much. I am still getting used to some of this stuff, and you're explanation makes sense, and your solution works as well, so thanks! On Dec 15, 12:41 pm, Scott Sauyet wrote: > On Dec 15, 2:34 pm, kenyabob wrote: > > >http://pastebin.com/m6cd05daa > > > I am trying to call a function an

[jQuery] Re: Passing parameters to a function with a click event

2009-12-15 Thread Scott Sauyet
On Dec 15, 2:34 pm, kenyabob wrote: > http://pastebin.com/m6cd05daa > > I am trying to call a function and pass parameters regarding the > button that called the function. This doesn't seem to do it. What am I > missing? First thing I see is that you're not passing a function into .click (). You