forked from 0x2620/oxjs
allow for getting 'save list' values from filter
This commit is contained in:
parent
571e3a3512
commit
21b505b4c8
3 changed files with 15 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ Ox.ListItem = function(options, self) {
|
|||
|
||||
function constructItem(update) {
|
||||
var $element = self.options.construct(self.options.data)
|
||||
.addClass('OxItem LISTITEM')
|
||||
.addClass('OxItem')
|
||||
.data({
|
||||
id: self.options.data[self.options.unique],
|
||||
position: self.options.position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue