how i can use variables to build the url?
On Sat, Jul 4, 2009 at 12:08 PM, Jörn
Zaefferer wrote:
>
> Use the remote method:
> http://docs.jquery.com/Plugins/Validation/Methods/remote#url
>
> Jörn
>
> On Sat, Jul 4, 2009 at 6:30 PM, Manolet Gmail wrote:
>>
>>
s/remote#url
>
> Jörn
>
> On Sat, Jul 4, 2009 at 6:30 PM, Manolet Gmail wrote:
>>
>> Hi, im adding a method. i want to display a message like:
>> THECONTENTOFMYINPUT is already user. this is what im doing.
>>
>> jQuery.validator.addMethod("checkna
Hi, im adding a method. i want to display a message like:
THECONTENTOFMYINPUT is already user. this is what im doing.
jQuery.validator.addMethod("checkname", function(value, element) {
var name = $('#PromotionName').val();
var promotion_id = $('#Promo
Hi, im using the 'success' param to add some extra step when validating: i
change the background color of the parent div to green. Also, if there is an
error i want to change the background color of the parent div to orange, but
i cant found a function/callbackMethod/propiertie like 'error' or some
Hi, i need to show a loading gif while autoocmplete plugins make the
ajax ask. is there anyway?
no lo he probado pero eso.. haria que el wrote:
> $(document).keypress(function (evt) {
> if (evt.keyCode == 13) {
> $(':submit').attr('disabled', 'disbled');
> }
> });
>
> Maurício
>
> -Mensagem Original-
&g
I need to disable form submission on Enter Key press, is there anyway to do
this for a single form?
7 matches
Mail list logo