Nelson Henrique
Nelson Henrique
Can I take `IssueListItem`?
@giuliamontes I could handle sticky elements on mobile considering screen `width` size. I really didn't test your code, but I look at the example below to see if it helps...
@danielolivasjr You can use **inserted.atwho** event like this: ``` $inputor.on("inserted.atwho", function(event, $li, browser_event) { console.log(event, "inserted " + $li + " and the result is " + browser_event); }); ```
@albertShake you can do that by getting _itemData_ from **$li**: `$li.data('item-data')` Hope it helps you!