English 中文(简体)
如何在输入领域打字有效的电子邮件之后贴上提交纽子—— j?
原标题:How to append an submit button after of typing valid e-mail at input field - jQuery?

在电子邮件从外地有效时如何添加纽特语,你可以理解:

http://jsfiddle.net/5bQW/

It didn t work because it doesn t appear a submit button after of valid e-mail

Can anyone help me it?

thx!

最佳回答

如果你的情况和条件相同,那么在你去除(!)之前,其他人就拿走了。 但是,如果地址与你的模式相符,那么问题就存在,但用户继续打上有效的电子邮件。 然后附上多个提交纽扣吨。 你们最好只展示和藏匿 but子,而不是不断评估一个要素。

http://jsfiddle.net/5bQW/1/“rel=“nofollow”>jsFiddle

问题回答

暂无回答




相关问题
Bind Button.IsEnabled to custom validation with XAML?

I am sorry I didn t know how to title my question any better, you name it if you got a good 1. I have an entity Contact. this person has navigation properties: Address, Phones (A collection of Phone)....

WPF - MVVM - NHibernate Validation

Im facing a bit of an issue when trying to validate a decimal property on domain object which is bound to a textbox on the view through the viewmodel. I am using NHibernate to decorate my property on ...

Wpf Combobox Limit to List

We are using Wpf Combobox to allow the user to do the following things: 1) select items by typing in the first few characters 2) auto complete the entry by filtering the list 3) suggesting the first ...

Rails 101 | validates_currency?

I ve searched high and low, but I could not find a solution, to what I think seems like a very common task. In a form I want to have a text input that accepts currency strings (i.e. $1,000,000 or ...

CodeIgniter form verification and class

I m using the form validation library and have something like this in the view <p> <label for="NAME">Name <span class="required">*</span></label> <?...

热门标签