mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-31 05:00:25 +00:00
needed quotes on class - reserved word
This commit is contained in:
parent
6002a5575b
commit
61df062cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ $( ":mobile-listview" ).live( "listviewcreate", function() {
|
|||
return;
|
||||
}
|
||||
|
||||
var wrapper = $( "<form>", { class: "ui-bar-c"} ),
|
||||
var wrapper = $( "<form>", { 'class': "ui-listview-filter ui-bar-c"} ),
|
||||
|
||||
search = $( "<input>", { placeholder: "Filter results...", "data-type": "search" })
|
||||
.keyup(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue