[jQuery] Re: Using values.jquery to switch values of fields

2009-10-16 Thread johnHoysa
left').values(values2); var $right = $('.right').values(values); }); On Oct 16, 2:30 pm, johnHoysa wrote: > Looking at the example for the values.jquery plugin I would think that > I would not only be able to copy values from one id to an other but &

[jQuery] Using values.jquery to switch values of fields

2009-10-16 Thread johnHoysa
Looking at the example for the values.jquery plugin I would think that I would not only be able to copy values from one id to an other but that I would also be able to switch the values as well. Here is the working example - http://jquery-values.googlecode.com/svn/trunk/jquery.values.htm Lookin

[jQuery] Re: jQuery Form Plugin with a submit button outside of the form

2009-06-10 Thread johnHoysa
Yes valid markup rocks! I never thought of moving my form elements around like I did so I thought posting my temporary solution might be helpful to some. As I said temporary solution is the key phrase there. I was able to get one of my buttons working as needed but am having issues with my other

[jQuery] Re: jQuery Form Plugin with a submit button outside of the form

2009-06-09 Thread johnHoysa
You are able to span a form across a few divs. What I realized though is that there must be an equel number of divs between the Form tags to work properly for example this will work random content my form elements to submit content content submit button This will not work for me, and t

[jQuery] Re: jQuery Form Plugin with a submit button outside of the form

2009-06-08 Thread johnHoysa
> Why not do > > > [submit] > > ? What differs if you do this? If you move the form tag outside to an other div it just seems to stop working unless in IE7. I will try the button onclick like you suggested. Thanx for the help.

[jQuery] jQuery Form Plugin with a submit button outside of the form

2009-06-08 Thread johnHoysa
I have my form working great as long as my submit button is contained within the form tags. But the design calls for the submit button to be outside of the form. Any suggestions? Sample code and diagrams are below. I appreciate your help! John Hopefully this will help show you what I need -->

[jQuery] Re: Form Plugin and Validation, I am totally lost even after doing the research.

2009-06-04 Thread johnHoysa
Actually I jumped the gun but hopefully soon I will figure this out.

[jQuery] Re: Form Plugin and Validation, I am totally lost even after doing the research.

2009-06-04 Thread johnHoysa
Got it working with the below code! Had to move my validation to the top of the pre submit calls so it would validate first then do the rest of the ajax submit I think. Hopefully this works for me! Again Gustavo thanx for the help! John var options = { //meta:

[jQuery] Re: Form Plugin and Validation, I am totally lost even after doing the research.

2009-06-04 Thread johnHoysa
Hmm still seem to be having some issue with it. The code is not properly posting to sessions.cfm I think. Looking at firebug every thing seems to be fine but when I then pull back in my tasks.cfm the data was never written to sessions.cfm properly. The validation is working currently. Appreciate

[jQuery] Re: Form Plugin and Validation, I am totally lost even after doing the research.

2009-06-03 Thread johnHoysa
Can't wait to test it out tomorrow morning! You are correct with what I am trying to do, sorry I didn't explain it earlier. I really appreciate your help, have a good day/night.

[jQuery] Re: Form Plugin and Validation, I am totally lost even after doing the research.

2009-06-03 Thread johnHoysa
Hi there, Gustavo, Thanx for the help, but it seems to not be posting anything to the file now. I will probably look more in-depth into the basics of what you recommended to see if I can figure out what I might be doing wrong. I am also trying to use the following code as well. There is a before

[jQuery] Form Plugin and Validation, I am totally lost even after doing the research.

2009-06-03 Thread johnHoysa
I am new to jQuery and am having trouble understanding how to use the Form Plugin with the Validation Plugin. I can get both plugins to work separately but not together. Here is my code for the form plugin which works great - $('#myForm').ajaxForm(function() { $.get