[jQuery] ajax issue

2009-04-08 Thread Rogers
The following code works well in all cases, except when run under the UI tabs as an ajax called program. Using the (latest versions of jquery and UI) I can see by the console.log that prgm is set to the correct value, but the program is called, but when run under tabs data is always empty.

[jQuery] Re: required field keeps on appearing

2009-03-12 Thread Ian Rogers
Thanks for that analysis. I'd submitted this as a bug report at http://plugins.jquery.com/node/6925 I need to have two forms in a single table, ie. I'd like to have a bunch of rows and columns lined up but with two different submit buttons that go to completely different pages. But, like you,

[jQuery] Re: [validate] email validation doesn't work!

2009-03-12 Thread Ian Rogers
But there's nothing invalid about that email *syntactically*. If you want the plugin to do an MX check or SMTP validate or something then you'll probably need to write a remote hook http://docs.jquery.com/Plugins/Validation/Methods/remote Ian 2009/3/11 mcreisi roman.reisenber...@gmail.com:

[jQuery] Re: Use JSON from .post

2008-10-29 Thread Rogers
You were correct. I discovered that javascript was expanding the json string into an object and when I packed the object back into another encoded string using $.toJSON(item) (an available plugin) it all worked as expected. I've been working long crazy hours, but I could swear that before

[jQuery] Re: Use JSON from .post

2008-10-27 Thread Rogers
This is closely related to the problem I am having. And the tip about console.log was great. However: I have an object created using json_encode and via the console.log entry as suggested, I can see that it is correct. I have a backend program that I'm wanting to pass this object to, so

[jQuery] Re: heavy lifting

2007-11-18 Thread Rogers
On Nov 17, 9:00 pm, Ralph Whitbeck [EMAIL PROTECTED] wrote: I am curious, what are you using AJAX for? Cause transporting medical records via XML is a very real privacy hole. True enough, that communication is double encrypted and across SSL.In these cases, I'm using it for lookups on

[jQuery] heavy lifting

2007-11-17 Thread Rogers
We have been attempting to write a medical records system for the poor in developing countries. A most worthwhile project. The goal has been to develop a web based application to store medical records and provide patient histories to medical personnel in developing countries. The system must

[jQuery] tabs remote not completely loading one php program.

2007-09-22 Thread Rogers
and I get an error $d not defined. In FF is sometimes loads and works, but most of the time it doesn't. Any suggestions or thoughts would be appreciated. Rogers