Re: [jQuery] Re: Cancel form submission "by outside"

2009-10-30 Thread gjha...@gmail.com
works or not. :) > Just curious, what are you using it for if you don't mind sharing? > > On Oct 30, 8:41 am, "gjha...@gmail.com" wrote: > > What I mean: everyone knows that to cancel a form submission it just have > to > > put an "return false" in t

[jQuery] Cancel form submission "by outside"

2009-10-30 Thread gjha...@gmail.com
What I mean: everyone knows that to cancel a form submission it just have to put an "return false" in the submit function of the form. But I want a link in the page that executes a function that can stop a running-submission of a form. got it?

[jQuery] Re: Change row colors of table based on content

2009-10-20 Thread gjha...@gmail.com
Thanks for the solutions, I have figured out solutions like yours, but I tought that may exists less-code solutions, so I opened this thread. Thanks anyway, great solutions. On Tue, Oct 20, 2009 at 00:18, Charlie wrote: > I try to learn as much as I can from this sort of exercise. > > I made a