Re: [jQuery] When / how did you find out about jQuery?

2006-09-27 Thread Mike Rubits
I spotted it I forget when, but I was poking around at the RIT ScheduleMaker site he did a while ago, which is still the most useful thing for figuring out classes up here. I dread to think how I'd have to get a good schedule by hand. I forget what revision it was on then, but it was pretty

Re: [jQuery] editInPlace Plugin

2006-09-25 Thread Mike Rubits
Looks great! It would be a cool addition if there were a way to edit everything inside a form; sort of like the ajaxSubmit feature but for editing, and have one Submit button at the bottom. It's probably a bit out of the scope of this plugin, but would be a cool idea nonetheless. At least I'd use

Re: [jQuery] Error Handling with AJAX

2006-09-18 Thread Mike Rubits
My understanding was that the plugin looked inside the form tag for the action: form id=noteform action=taskaction.php method=post and when you click submit, instead of doing an old fashioned submit, the ajaxForm plugin kicks in, reads action= from the form tag, and does it via AJAX. I have a

Re: [jQuery] Error Handling with AJAX

2006-09-17 Thread Mike Rubits
, Yehuda Katz [EMAIL PROTECTED] wrote: Get Firebug and turn on Debug XMLHttpRequests. On 9/17/06, Mike Rubits [EMAIL PROTECTED] wrote: Currently I'm using $(#loading).ajaxError(function(){ to display an alert box when an AJAX error occurs. Is there anyway I can get more detailed info

Re: [jQuery] Error Handling with AJAX

2006-09-17 Thread Mike Rubits
doing what its made to do. On 9/17/06, Mike Rubits [EMAIL PROTECTED] wrote: Yet another feature about FireBug I didn't realize :) I've found the rather obvious source of the problem, not sure if it's a JQuery bug, but it's odd nonetheless. It's not getting the form action correct: POST http

[jQuery] Problem with .height/.css?

2006-08-25 Thread Mike Rubits
help would be appreciated! Mike Rubits Web/Graphic Designer, d8d.org E-Mail: [EMAIL PROTECTED] ICQ: 4029304 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/