[jQuery] Re: Need help modifying this jQuery...

2008-12-07 Thread Rick Faircloth
Got it working! I did go back to the first way of coding the jQuery, however. The problem I had was in wrapping the 's with a form tag. I guess when using jQuery the way this is written, the form tags aren't necessary and actually keep the code from functioning properly. It's a little strange

[jQuery] Re: Need help modifying this jQuery...

2008-12-07 Thread Rick Faircloth
Hi, Andrew, and thanks for the code. I've been *partially* successful and I don't quite understand why things are happening the way they are...it could be some of the ColdFusion code involved. When I run the login.cfm page with the "myForm" form, I end up with my message being displayed for a

[jQuery] Re: Need help modifying this jQuery...

2008-12-07 Thread aschmid
Rick, You could try the form plugin as below Email: Password: $(document).ready(function() { // bind 'myForm' and provide a simple callback function $('#myForm').ajaxForm( { dataType: 'json', success: