[jQuery] Deserialize array

2006-10-19 Thread TJ
Plugin http://www.reach1to1.com/sandbox/jquery/testform.html -TJ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Ajax login

2006-10-08 Thread TJ
Hi I am really having trouble using ajax function to make a login form. Here is what I have so far. Any ideas? script type=text/javascript language=JavaScript $(document).ready(function(){ $('form').submit(function(){ $.ajax({ url:

[jQuery] Ajax login

2006-10-08 Thread TJ
I added the login, sorry about that When I execute I get the vars in the address bar http://www.tjshafer.com/baintown/main.php?user=testpass=testsublogin=1 script type=text/javascript language=JavaScript $(document).ready(function(){ $('form').submit(function(){ $.ajax({

[jQuery] ajax login

2006-10-08 Thread TJ
I have updated to this with the return false. I am still getting the same error. Any suggestions? Thanks! script type=text/javascript language=JavaScript $(document).ready(function(){ $('form').submit(function(){ element = $('[EMAIL PROTECTED]').get(0);

[jQuery] Drop down menu

2006-10-07 Thread TJ
); } ); }); }; Here is the page it is one. http://www.tjshafer.com/cortek/ Any ideas? Thanks, TJ http://www.tjshafer.com/cortek/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jq corner.js

2006-10-03 Thread TJ
Hi I am using the jq-corner.js written by Dave Methvin. I was wondering how I could add a option for color when calling the corner. $(#content).corner(round tl 10px color); Heres the script // // jq-corner.js - JQuery method for creating corner effects // // If this works, it was written by

[jQuery] Rollover

2006-09-29 Thread TJ
); }); }); /script Would this be right? -TJ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Jquery.com

2006-09-29 Thread TJ
What happened to the jquery.com site? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Suckerfish

2006-09-24 Thread TJ
Hi, I am using the suckerfish plugin. How can I make it so I can have a drop down menu from a drop down menu. -Menu | -menu 1 -menu 2 | - menu 2.1 - menu 2.2 -menu 3 -menu 4 Thanks -TJ ___ jQuery