[jQuery] Re: simple checkbox and display text problem

2009-02-07 Thread Aaron Gundel
Bob, Not sure exactly what you're trying to do here. You might wish to elaborate more. However, I can already tell you that you're going to have issues with putting out multiple spans with the same id. You should use a class or some other attribute to store the identification information.

[jQuery] Re: simple checkbox and display text problem

2009-02-07 Thread Tim Tran
Thanks Aaron, I kinda figured that out when I found that things worked fine except when both checkboxes are checked and you uncheck one, my script breaks. I just wanted to use jquery to show the price of a course when its checkbox is checked. i've already solved the server side with java. I guess