无法在JQuery中获得正确的输入标记属性(属性)

时间:2014-03-13 09:27:45

标签: javascript jquery

我将jquery.inputmask与input-tag一起使用。此插件验证电话号码。当我输入输入123456789时,它们显示+7(123)456-78-9或类似的内容。

enter image description here

当我使用$(' my_selector')。val()时,他们返回123456789.但我需要+7(123)456-78-9。当我发送此表单与serialize()+ post()时,他们也发送123456789。但是如果我发送没有serialize()+ post()的表单,只需简单的表单提交,我的表单发送+7(123)456-78-9。

这是我的萤火虫检查 enter image description here enter image description here

我怎样才能在jq / js中得到+7(123)456-78-9?

0 个答案:

没有答案