Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
6801c759
Commit
6801c759
authored
Jul 31, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JQM/fix: prevent form submit of filterable widget
parent
7e68f7a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
js/libs/jquery-mobile/jquery-mobile.js
js/libs/jquery-mobile/jquery-mobile.js
+3
-0
No files found.
js/libs/jquery-mobile/jquery-mobile.js
View file @
6801c759
...
@@ -7462,6 +7462,9 @@ $.widget( "mobile.filterable", $.mobile.filterable, {
...
@@ -7462,6 +7462,9 @@ $.widget( "mobile.filterable", $.mobile.filterable, {
.
jqmData
(
"
ui-filterable-
"
+
this
.
uuid
+
"
-internal
"
,
true
);
.
jqmData
(
"
ui-filterable-
"
+
this
.
uuid
+
"
-internal
"
,
true
);
$
(
"
<form class='ui-filterable'></form>
"
)
$
(
"
<form class='ui-filterable'></form>
"
)
.
append
(
selector
)
.
append
(
selector
)
.
submit
(
function
(
e
)
{
e
.
preventDefault
();
})
.
insertBefore
(
this
.
element
);
.
insertBefore
(
this
.
element
);
if
(
$
.
mobile
.
textinput
)
{
if
(
$
.
mobile
.
textinput
)
{
selector
.
textinput
();
selector
.
textinput
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment