English 中文(简体)
模块1.6
原标题:Mobiscroll 1.6 disables input fields on callbacks

http://github.com/acidb/mobiscroll, 仅用html格式提供日期投入,I ajaxification with jQuery Form(and )

我想,当改变日期时,就公布表格。 我从磁带中试用了onSelectonClose:

http://docs.mobiscroll.com/

But the problem is that mobiscroll seems to set ALL input fields to disabled in the containing form until it is entirely done. When the input fields are disabled jQuery form doesn t serialize it:

http://jquery.malsup.com/form/#faq http://www.w3.org/TR/html401/interact/forms.html#h-17.13.2

在投入领域本身增加一个活动手,并不是一种选择,因为从一开始便开始便与联合材料一起启动,因此,我就在页数上出现触发点。 我确实需要从日期起启动贾克斯员额。

Any!

最佳回答

What version are you using? As of 2.0rc1 this is fixed for onSelect and onCancel events. On onClose the popup is not yet hidden, so if your function returns false, close will be prevented. For your use case I recommend 2.0rc3 and the onSelect event. See more details of this issue here: https://groups.google.com/forum/?fromgroups&hl=en#!topic/mobiscroll/fQQ-jYkH-qk

问题回答

暂无回答




相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签