[jQuery] Re: jquery, php question (Probably the wrong place to ask)

2009-07-22 Thread Greg Evans
be like this: document.write(trtdinput type=\text\ name=\c\ + i + \\); or if that looks too confusing, use single quotes inside, like this: document.write(trtdinput type='text' name='c' + i + ''); On Jul 21, 5:16 pm, Greg Evans greg.djr...@gmail.com wrote: The code now is like this: div

[jQuery] Dialog and document.write

2009-07-22 Thread Greg Evans
Thanks for all the help everyone, the last problems are solved and a new one has cropped up. I now have all the proper variables passing where they need to go, etc, which, seems like a miracle considering my inexperience with js and jQuery :) but hey, the listmembers have been great, so

[jQuery] Re: Dialog and document.write

2009-07-22 Thread Greg Evans
Thanks, that worked like a charm :) On Jul 22, 2009, at 12:42 PM, Eric Garside wrote: Don't use document.write If you're using jQuery, you can insert the text using jQuery's html function. On Jul 22, 3:08 pm, Greg Evans greg.djr...@gmail.com wrote: Thanks for all the help everyone

[jQuery] Re: jquery, php question (Probably the wrong place to ask)

2009-07-21 Thread Greg Evans
The code now is like this: div id=dialog title=Create Manifest form id=myForm action=pl/ newload.pl method=post table tdChest:/td

[jQuery] Re: Newbie Question....

2009-07-17 Thread Greg Evans
while I am in the process of learning the things I need for jQuery, but I can if I need to. Any advice/help/examples would be greatly appreciated., Greg Evans

[jQuery] Newbie question

2009-07-16 Thread Greg Evans
to. Any advice/help/examples would be greatly appreciated., Greg Evans