Chris Dance
Chris Dance
I assume this issue is referring to the HTML5 date field. By default Are-You-Sure will not pick this input field type up. It's however pretty trivial to add. I've done...
@TimNZ Agree. I think they should be included. I'll milestone this for the 1.5 release. My only hesitation in pushing this in the last release (1.4) was testing. All field...
Out of interest, how long is the list? I'll need to go back through the code history. There is a bit of history to this section of code: 1) The...
Related: The revert: https://github.com/codedance/jquery.AreYouSure/issues/55 https://github.com/codedance/jquery.AreYouSure/issues/49 https://github.com/codedance/jquery.AreYouSure/issues/29 https://github.com/codedance/jquery.AreYouSure/issues/48 Thougt's welcome :-)
@svavantsa What browser are you using? The `beforeunload` event should fire in most browsers any time you exit/leave the page. One thought, is your page a "single page application" or...
OK. So it sounds like you have a single page application? If this is the case you can't reply on the browser to raise the `beforeunload` event (which performs the...
OK. I think I misunderstood the problem. So the issue is that the "are you sure" dialog appears twice? Do you have a public URL I can hit to see...
Yes. Someone raised that the other day. A temporary workaround is manually call the "change" event after making the change. e.g. $("#myfield").trigger("change"); I'll add propertychange event on the next release....
I'll need to do some investigation. As mentioned, I think the best solution at the moment is to manually trigger the 'change' event after you make a modification in your...
Oh. Sorry for the late reply. The github notification ended up in my span bin! If the field does not have a name attribute it will not be submitted in...