mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-23 23:54:43 +00:00
added support for data-transition and data-direction on form elements. Fixes #1275
This commit is contained in:
parent
7b0fa3b48c
commit
39476d151a
1 changed files with 2 additions and 2 deletions
|
|
@ -639,8 +639,8 @@
|
|||
type: type.length && type.toLowerCase() || "get",
|
||||
data: $(this).serialize()
|
||||
},
|
||||
undefined,
|
||||
undefined,
|
||||
$(this).data("transition"),
|
||||
$(this).data("direction"),
|
||||
true
|
||||
);
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Reference in a new issue