[jQuery] Re: submit inside submit

2009-08-18 Thread efet
I have request boxes. they are called from index.cs.asp? Process=ViewRequests. Then I have forms inside these boxes. All with same ids #REQUESTFORM. when user clicks submit button (all have name=respond) in any of these forms I need that form sent to index.cs.asp?Process=RespondRequests and print

[jQuery] Re: submit inside submit

2009-08-18 Thread James
This here: $(function Requests() { // ... }); What are you trying to do? That's not valid Javascript syntax. On Aug 18, 4:47 pm, efet wrote: > Hi, > > I dont understand why the following code is not working. I dont > receive any errors, its just not working. > >     $(document).ready(functio