[jQuery] Re: Check both fields together with ajax

2009-01-05 Thread neo
Ok, cache cleared :-) But is there, it's not necessary for me since I can do it (as I wrote) using custom method attached to the second field which uses ajax and custom method connected with the first one which clears cache and fires validation of the second. But is there an automatic way of doin

[jQuery] Re: Check both fields together with ajax

2009-01-04 Thread neo
Ok, so at least is there a possibility to run checking validation for one specified field? Something like $('my_field').validate()? But without cache for ajax. On Jan 3, 1:53 pm, neo wrote: > Hi, > > I'm playing with validation and I encountered a problem. I have a t

[jQuery] Check both fields together with ajax

2009-01-03 Thread neo
Hi, I'm playing with validation and I encountered a problem. I have a text input and a select button. I want to check whether they aren't empty and check via ajax if it's valid (user's typing alias and domain) I was trying to disable validation for text input and just set it an event which fires

[jQuery] Cross site Ajax requests

2008-06-09 Thread Neo Anderson
I have two pages (JSP, PHP). One page is at port 8080, one is at 80. When I am sending Ajax request from PHP to JSP or JSP to PHP, I am getting Permission denied error. I know we cannot send Ajax requests to other sites. But I want to know, how can I achieve this as I need it.

[jQuery] Re: cluetip on an imagemap troubles

2008-03-05 Thread nEo
Hi, I tried using id (#usamap). It created the cluetip, but everything was running in a loop... Please help. On Feb 29, 10:26 pm, nEo <[EMAIL PROTECTED]> wrote: > Hi, > > I have an image map marked with areas. I am having trouble in passing > the dynamic values to the ajax sc