[jQuery] [Validate] How to raze error manually?

2009-10-20 Thread SirShurf
Hi all, I have a Validate of a form that is inside a UIDialog. On submit I am sending AJAX request for the server (LINE SAVE), the Client side validation is passed but now I have a server side, plus save errors codes... How can I raize validation error on codes returned from AJAX? Any

[jQuery] (validate) How do I raiz error/

2009-09-22 Thread SirShurf
I have a login form Only in Js it works fine, but I have more checks that I am doing in my PHP file... How di I raiz error according to ajax responce code? var v = jQuery(#login_frm).validate({ submitHandler: function(form) {

[jQuery] Cut string from this position an onward...

2009-05-21 Thread SirShurf
I need to simupate AS/400 keybord work... I need to be able to do when a key is pressed, to delete all text from the position of the pointer (which means that if I am in the middle of the word then cut the right part of it) and to move to the next input field. How can I do that?

[jQuery] Change keyCode of triggered event...

2009-05-21 Thread SirShurf
Hi, all.. I need to change a keycode of triggered event... What I need to do, is when a user pressing right + key on the numpud, I need it to be TAB instead... Since I cannt know when on the screen he will do it, I cannt use itaration of elements... I cannt know what will be the next